コード例 #1
0
        private void tsp_ventas_Click(object sender, EventArgs e)
        {
            FVentas fv = new FVentas();

            fv.MdiParent = this;
            fv.Show();
        }
コード例 #2
0
ファイル: FPrincipal.cs プロジェクト: jluisacosta/ICS
        private void tsp_ventas_Click(object sender, EventArgs e)
        {
            FVentas fv = new FVentas();

            fv.MdiParent = this;
            fv.Show();
        }