コード例 #1
0
 public connectSQLFrm(ZippyCoderFrm owner)
 {
     InitializeComponent();
     project = new Project();
     _Owner = owner;
     this.MdiParent = owner;
 }
コード例 #2
0
 public NewPro(ZippyCoderFrm owner)
 {
     InitializeComponent();
     _Owner         = owner;
     this.MdiParent = owner;
 }