예제 #1
0
파일: Program.cs 프로젝트: KhaledSMQ/spikes
        static void Main(string[] args)
        {
            var c = new Class1();

            c.ExecuteStaticMethodInPhp();
            c.TestErrorsInPhp();
            Console.ReadLine();
        }