Exemplo n.º 1
0
 protected virtual void OnKnobChangeValue(LBKnobEventArgs e)
 {
     if (this.KnobChangeValue != null)
     {
         this.KnobChangeValue(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnKnobChangeValue( LBKnobEventArgs e )
 {
     if( this.KnobChangeValue != null )
         this.KnobChangeValue( this, e );
 }