Exemplo n.º 1
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Hide();
     Views.Combustible.IndexCombustible c = new Views.Combustible.IndexCombustible();
     c.ShowDialog();
     this.Close();
 }
Exemplo n.º 2
0
 private void toolStripMenuItem9_Click(object sender, EventArgs e)
 {
     this.Hide();
     Views.Combustible.IndexCombustible c = new Views.Combustible.IndexCombustible();
     c.ShowDialog();
     this.Close();
 }