Beispiel #1
0
        public static void PopShow()
        {
            if (s_singleton == null)
            {
                s_singleton = new LogViewer();
            }

            s_singleton.Show();
            s_singleton.Activate();
            s_singleton.WindowState = FormWindowState.Normal;
        }
Beispiel #2
0
        public static void PopShow()
        {
            if (s_singleton == null)
            {
                s_singleton = new LogViewer();
            }

            s_singleton.Show();
            s_singleton.Activate();
            s_singleton.WindowState = FormWindowState.Normal;
        }
Beispiel #3
0
 private void LogViewer_FormClosed(object sender, FormClosedEventArgs e)
 {
     s_singleton = null;
     m_index = 0;
 }
Beispiel #4
0
 private void LogViewer_FormClosed(object sender, FormClosedEventArgs e)
 {
     s_singleton = null;
     m_index     = 0;
 }