static void Main(string[] args)
 {
     if (true)
     {
         Utility.DoSomething("TEST");
     }
     else
     {
         Util1.DoSomething("TEST");
     }
 }
Example #2
0
 //----------------------------------------------------------------------------------------------
 // 開始処理
 //----------------------------------------------------------------------------------------------
 public override void OnStart(AutoPilot ap)
 {
     util = new Util1();
 }