mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
4 lines
75 B
Beef
4 lines
75 B
Beef
namespace System
|
|
{
|
|
public delegate void AsyncCallback(IAsyncResult ar);
|
|
}
|