public static void PopShow() { if (s_singleton == null) { s_singleton = new LogViewer(); } s_singleton.Show(); s_singleton.Activate(); s_singleton.WindowState = FormWindowState.Normal; }
private void LogViewer_FormClosed(object sender, FormClosedEventArgs e) { s_singleton = null; m_index = 0; }