예제 #1
0
 static void Main(string[] args)
 {
     CTuxControl tc = new CTuxControl();
     tc.handleSimpliciTI();
 }
예제 #2
0
        static void Main(string[] args)
        {
            CTuxControl tc = new CTuxControl();

            tc.handleSimpliciTI();
        }
예제 #3
0
 private void handleSimpliciTI()
 {
     tc = new CTuxControl(new dLog(log));
     tc.handleSimpliciTI();
 }