public void Function()
    {
        frmButton frm = new frmButton();
        frm.ShowDialog();

        return;
    }
Ejemplo n.º 2
0
    public void Function()
    {
        frmButton frm = new frmButton();

        frm.ShowDialog();

        return;
    }