Example #1
0
 public addCars(CarsFrm crm)
 {
     InitializeComponent();
     this.frm = crm;
 }
Example #2
0
 public UpdateFrm(CarsFrm cf)
 {
     InitializeComponent();
     this.crsf = cf;
 }
Example #3
0
        private void CarsBtn_Click(object sender, EventArgs e)
        {
            CarsFrm cf = new CarsFrm();

            cf.ShowDialog();
        }