コード例 #1
0
ファイル: Form1.cs プロジェクト: makoton/PrototipoMotos
 private void button15_Click(object sender, EventArgs e)
 {
     FormAgregarEditarTrabajos editarT = new FormAgregarEditarTrabajos();
     editarT.PanelVisibleE = true;
     editarT.Show();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: makoton/PrototipoMotos
 private void button12_Click(object sender, EventArgs e)
 {
     FormAgregarEditarTrabajos agregarT = new FormAgregarEditarTrabajos();
     agregarT.PanelVisibleE = false;
     agregarT.Show();
 }