コード例 #1
0
ファイル: frmPrincipal.cs プロジェクト: JoaoMartin/MARISELLA
        private void porCantidadDeProductosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmReporteCantidadProductosVenta frm = new frmReporteCantidadProductosVenta();

            frm.MdiParent = this;
            frm.Show();
        }
コード例 #2
0
 public frmReporteCantidadProductosVenta()
 {
     InitializeComponent();
     frmReporteCantidadProductosVenta.f1 = this;
 }