コード例 #1
0
 private void ErrorClose(string error, params object[] args)
 {
     Debug.LogError(string.Format("Grids MX -- " + error + "\n\nIf the problem persists, please contact support.", args));
     if (s_window != null)
     {
         s_window.Close();
     }
 }