Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
 private void cmdCropForDates_Click(object sender, EventArgs e)
 {
     frmCropDates frm = new frmCropDates();
     frm.Show();
 }
Exemplo n.º 2
0
        private void cmdCropForDates_Click(object sender, EventArgs e)
        {
            frmCropDates frm = new frmCropDates();

            frm.Show();
        }