예제 #1
0
 static void PrepareToShowLog()
 {
     IronUI.ResetLogDisplayFields();
     IronUI.ShowLogStatus("Loading...", false);
     try
     {
         CurrentThread.Abort();
     }
     catch { }
 }