Example #1
0
        private void platosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmPlato frm = new frmPlato();

            frm.MdiParent = this;

            frm.Show();
            frm.dataListado.ClearSelection();
        }
Example #2
0
 public frmPlato()
 {
     InitializeComponent();
     frmPlato.f1 = this;
 }