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

        return;
    }
예제 #2
0
    public void Function()
    {
        frmButton frm = new frmButton();

        frm.ShowDialog();

        return;
    }