frmTrnDialog objTrnDialog = new frmTrnDialog(); objTrnDialog.Owner = this; objTrnDialog.ShowDialog();
frmTrnDialog objTrnDialog = new frmTrnDialog(); objTrnDialog.show(this);
frmMain frm = this.Owner as frmMain;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)