예제 #1
0
		public static void Main_old(String[] args)
		{
			NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B b = new NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B();
			b.i = 500;

			Log.Comment((b.i).ToString());
		}
예제 #2
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B b = new NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B();
            b.i = 500;

            Log.Comment((b.i).ToString());
        }
예제 #3
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B b = new NS_TestClass_decl_10_one.NS_TestClass_decl_10_two.NS_TestClass_decl_10_three.B();
            b.i = 500;

            OutputHelper.WriteLine((b.i).ToString());
        }