Пример #1
0
 public Player(Form1 frm)
 {
     frm1              = frm;
     playerTimer.Tick += Update;
     playerTimer.Start();
     playerTimer.Interval = 100;
     FreqPoint            = new int[9] {
         80, 200, 400, 700, 1500, 3000, 6000, 9000, 12000
     };
     player2.SetEqualizerPoints(ref FreqPoint, 9);
 }