private void createRole_Click(object sender, EventArgs e) { string lg = "[Click][createRole_Click]\r\n"; Log(lg); this.Hide(); timerWait.Stop(); FormCreateRole.showForm(); }
public static void showForm() { if (g_Form == null) { g_Form = new FormCreateRole(); } g_Form.allocName(); g_Form.Show(); g_Form.TimerStart(); }