Inheritance: System.Windows.Forms.Form
Example #1
0
 private void lost_Click(object sender, EventArgs e)
 {
     ServiceCardLost serviceCardLost = new ServiceCardLost();
     serviceCardLost.Show();
     this.Hide();
 }