Exemple #1
0
        public static void Main(string[] args)
        {
            Test t = new Test();

            t.TestFunc();

            Console.ReadLine();
        }
        public static void Main()
        {
            Test t = new Test();

            t.TestFunc();
        }