1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-06-10 14:05:32 +02:00

19 lines
276 B
C#

using System;
namespace Tester
{
public class MainClass
{
public static void Main (string[] args)
{
//Tester.DelegateUser.DelegateTest<int>.DelMain(args);
//Tester.RefOut.RefOutTest.RefOutMain(args);
Tester.PartialUser.PartialMain(args);
}
}
}