Exemplo n.º 1
0
        private void Start_Load(object sender, EventArgs e)
        {
            MainMenuOil menu = new MainMenuOil();

            menu.MdiParent = this;
            menu.Show();
        }
Exemplo n.º 2
0
 //Show Receive Note Touch Box
 private void menu_ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (mainOil.Visible != true)
     {
         mainOil           = new MainMenuOil();
         mainOil.MdiParent = this;
         mainOil.Show();
     }
 }