Exemple #1
0
 protected virtual void onProcess(float value)
 {
     if (_iprocess != null)
     {
         _iprocess.DoProcess(value);
     }
 }