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());
		}
Esempio n. 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());
        }
Esempio n. 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());
        }