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