Exemple #1
0
 private void ShowConsole()
 {
     if (null != ConsolePanel.GetInst())
     {
         ConsolePanel.GetInst().BeShow();
     }
 }