コード例 #1
0
ファイル: TrackpadFunction.cs プロジェクト: fanmuzhi/Cypress
        protected virtual void OnStatusChange(TPEventArgs ea)
        {
            TPEventHandler handler = TPStatusEvent;

            if (handler != null)
            {
                handler(this, ea);
            }
        }
コード例 #2
0
 protected virtual void OnStatusChange(TPEventArgs ea)
 {
     TPEventHandler handler = TPStatusEvent;
     if (handler != null)
     {
         handler(this, ea);
     }
 }