public SampleAllocationWindow(List <PreSampleDefinition> pres) : base(Gtk.WindowType.Toplevel) { preSDL = pres; availableIDs = MainData.GetAllCurrentSampleIDs(); this.Build(); GenerateForm(); }