public connectSQLFrm(ZippyCoderFrm owner) { InitializeComponent(); project = new Project(); _Owner = owner; this.MdiParent = owner; }
public NewPro(ZippyCoderFrm owner) { InitializeComponent(); _Owner = owner; this.MdiParent = owner; }