Beispiel #1
0
 public FRM_Main()
 {
     InitializeComponent();
     if (frmM == null)
     {
         frmM = this;
     }
     this.ToolStripMenuItem_Products.Enabled  = false;
     this.ToolStripMenuItem_Customers.Enabled = false;
     this.ToolStripMenuItem_Users.Enabled     = false;
     //this.ToolStripMenuItem_RestoreBackup.Enabled = false;
     //this.ToolStripMenuItem_CreateBackup.Enabled = false;
 }
Beispiel #2
0
 private static void frmM_Formclosed(object sender, FormClosedEventArgs e)
 {
     frmM = null;
 }