示例#1
0
 private void MDIParent1_Load(object sender, EventArgs e)
 {
     //HuntLogForm test = new HuntLogForm();
     //test.MdiParent = this.MdiParent;
     HuntLogForm test = new HuntLogForm
     {
         MdiParent = this.MdiParent
     };
 }
示例#2
0
 public PartyCalculatorForm(HuntLogForm form)
 {
     InitializeComponent();
     huntForm = form;
 }