Exemple #1
0
 // This call is required by the Windows Form Designer.
 public Pach_Auralisation()
 {
     A = new AuralisationConduit();
     InitializeComponent();
     DistributionType.SelectedIndex = 1;
     Graph_Octave.SelectedIndex     = 5;
     DistributionType_SelectedIndexChanged(this, new EventArgs());
     Instance = this;
 }
 // This call is required by the Windows Form Designer. 
 public Pach_Auralisation()
 {
     A = new AuralisationConduit();
     InitializeComponent();
     DistributionType.SelectedIndex = 1;
     Graph_Octave.SelectedIndex = 5;
     DistributionType_SelectedIndexChanged(this, new EventArgs());
     Instance = this;
 }