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