コード例 #1
0
 public static void Main(string[] args)
 {
     NewPartialClass theObject = new NewPartialClass();
     theObject.Printfromfile1 ();
     theObject.Printfromfile2 ();
     Console.ReadLine ();
 }
コード例 #2
0
        public static void Main(string[] args)
        {
            NewPartialClass theObject = new NewPartialClass();

            theObject.Printfromfile1();
            theObject.Printfromfile2();
            Console.ReadLine();
        }