Exemple #1
0
 void EndState(object sender, EndStateArgs e)
 {
     MessageBox.Show("end");
 }
Exemple #2
0
 protected virtual void OnEndState(EndStateArgs e)
 {
     if (EndStateEvent != null)
         EndStateEvent(this, e);
 }