예제 #1
0
 public frmReplace(MyNotepadFrm ownerForm)
 {
     InitializeComponent();
     this.ownerForm = ownerForm;
 }
예제 #2
0
 public FrmAbout(MyNotepadFrm ownerForm)
 {
     InitializeComponent();
     this.ownerForm = ownerForm;
 }