Ejemplo n.º 1
0
        private void RandevularımToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var frmAppointment = new FrmMyAppointments();

            frmAppointment.MdiParent = this;
            frmAppointment.Show();
        }
Ejemplo n.º 2
0
 private FrmMyAppointments gridForm; // Burada Tanımladık
 public FrmAppointment(FrmMyAppointments gridForm)
 {
     this.gridForm = gridForm;
     InitializeComponent();
 }