示例#1
0
 public ConfigForm()
 {
     InitializeComponent();
     this.dispCollector     = new Structures.Display.DisplayCollector();
     this.samprateCollector = new Structures.Sound.SampleRateCollector();
     this.bitCollector      = new Structures.Sound.BitCollector();
     this.channelCollector  = new Structures.Sound.ChannelCollector();
     this.formatCollector   = new Structures.Images.FormatsCollector();
 }
示例#2
0
 public ConfigForm()
 {
     InitializeComponent();
     this.dispCollector = new Structures.Display.DisplayCollector();
     this.samprateCollector = new Structures.Sound.SampleRateCollector();
     this.bitCollector = new Structures.Sound.BitCollector();
     this.channelCollector = new Structures.Sound.ChannelCollector();
     this.formatCollector = new Structures.Images.FormatsCollector();
 }