Exemplo n.º 1
0
 void ReleaseMouseEvent(UIMouseEventArgs e)
 {
     e.Clear();
     //TODO: review event stock here again
     _stockMouseEvents.Push(e);
 }
Exemplo n.º 2
0
 void ReleaseMouseEvent(UIMouseEventArgs e)
 {
     e.Clear();
     this.stockMouseEvents.Push(e);
 }