public PartyForm(Masterplan.Data.Party p) { this.InitializeComponent(); this.fParty = p; this.SizeBox.Value = this.fParty.Size; this.LevelBox.Value = this.fParty.Level; }