mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
5 lines
75 B
Beef
5 lines
75 B
Beef
![]() |
namespace System
|
||
|
{
|
||
|
public delegate void AsyncCallback(IAsyncResult ar);
|
||
|
}
|