예제 #1
0
		public static void Main_old(String[] args)
		{
			NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B b = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B();
			NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C c = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C();
			
			b.i = 500;
			c.j = 300;
			Log.Comment((b.i).ToString());
			Log.Comment((c.j).ToString());
		}
예제 #2
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B b = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B();
            NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C c = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C();

            b.i = 500;
            c.j = 300;
            Log.Comment((b.i).ToString());
            Log.Comment((c.j).ToString());
        }
예제 #3
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B b = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.B();
            NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C c = new NS_TestClass_decl_14_one.NS_TestClass_decl_14_two.NS_TestClass_decl_14_three.C();

            b.i = 500;
            c.j = 300;
            OutputHelper.WriteLine((b.i).ToString());
            OutputHelper.WriteLine((c.j).ToString());
        }