Ejemplo n.º 1
0
 private void frmError_Load(object sender, EventArgs e)
 {
     LoadFrame();
     _cRcm.Start();
     pnlFill.Top       = -2;
     pnlFill.Left      = -1;
     pnlFill.Width     = this.Width;
     pnlFill.Height    = this.Height;
     lblTitle.Parent   = pnlFill;
     lblMessage.Parent = pnlFill;
 }
Ejemplo n.º 2
0
 private void frmOptions_Load(object sender, EventArgs e)
 {
     LoadFrame();
     _cRcm.Start();
     pnlFill.Top       = -2;
     pnlFill.Left      = -1;
     pnlFill.Width     = this.Width;
     pnlFill.Height    = this.Height;
     lblInput.Parent   = pnlFill;
     lblOutput.Parent  = pnlFill;
     this.InputDevice  = Properties.Settings.Default.SettingAudioInputDevice;
     this.OutputDevice = Properties.Settings.Default.SettingAudioOutputDevice;
     GetOutputDevices();
     GetInputDevices();
 }