Beispiel #1
0
 public void Initialize(ISharpControl control)
 {
     this._control = control;
       this._guiControl = new RecordingPanel(this._control);
 }
 public void Initialize(ISharpControl control)
 {
     _control = control;
     _guiControl = new RecordingPanel(_control);
 }
 public void Initialize(ISharpControl control)
 {
     this._control    = control;
     this._guiControl = new RecordingPanel(this._control);
 }
 public void Initialize(ISharpControl control)
 {
     _control    = control;
     _guiControl = new RecordingPanel(_control);
 }