xamarin-macios/tests/mono-native/MacMain.cs

11 строки
163 B
C#

using NUnitLite;
namespace mononativetests {
public class Application {
static int Main (string [] args)
{
return new AutoRun ().Execute (args);
}
}
}