Exemplo n.º 1
0
 public static frmSetExport GetInstance()
 {
     if (instance == null)
     {
         instance = new frmSetExport();
     }
     return instance;
 }
Exemplo n.º 2
0
 private void tlsMnuToolSetExport_Click(object sender, EventArgs e)
 {
     frmExport = frmSetExport.GetInstance();
     frmExport.ShowDialog();
 }