Beispiel #1
0
 public static frmConfiguration GetChildInstance()
 {
     if (m_SChildform == null)
     {
         m_SChildform = new frmConfiguration();
     }
     return(m_SChildform);
 }
Beispiel #2
0
 public static frmConfiguration GetChildInstance()
 {
     if (m_SChildform == null)
     {
         m_SChildform = new frmConfiguration();
     }
     return m_SChildform;
 }
Beispiel #3
0
 protected override void OnClosed(EventArgs e)
 {
     m_SChildform = null;
 }
Beispiel #4
0
 private void configExitBtn_Click(object sender, EventArgs e)
 {
     clsGlobal.AutomationParamsHash.Clear();
     base.Close();
     m_SChildform = null;
 }
Beispiel #5
0
 private void configExitBtn_Click(object sender, EventArgs e)
 {
     clsGlobal.AutomationParamsHash.Clear();
     base.Close();
     m_SChildform = null;
 }
Beispiel #6
0
 protected override void OnClosed(EventArgs e)
 {
     m_SChildform = null;
 }