コード例 #1
0
 public SampleAllocationWindow(List <PreSampleDefinition> pres) :
     base(Gtk.WindowType.Toplevel)
 {
     preSDL       = pres;
     availableIDs = MainData.GetAllCurrentSampleIDs();
     this.Build();
     GenerateForm();
 }