Ejemplo n.º 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);
 }
Ejemplo n.º 3
0
 public void Initialize(ISharpControl control)
 {
     this._control    = control;
     this._guiControl = new RecordingPanel(this._control);
 }
Ejemplo n.º 4
0
 public void Initialize(ISharpControl control)
 {
     _control    = control;
     _guiControl = new RecordingPanel(_control);
 }