示例#1
0
 public Form1()
 {
     InitializeComponent();
     player = new KarPlayer();
 }
 public VentanaKar()
 {
     InitializeComponent();
     waveOutDevice = new WaveOutEvent();
     player        = new KarPlayer();
 }
 public KaraokeWindow()
 {
     InitializeComponent();
     waveOutDevice = new WaveOutEvent();
     player        = new KarPlayer();
 }
 public KaraokeWindow()
 {
     InitializeComponent();
     waveOutDevice = new WaveOutEvent();
     player = new KarPlayer();
 }
示例#5
0
 public Form1()
 {
     InitializeComponent();
     player = new KarPlayer();
 }