Пример #1
0
 void ReleaseMouseEvent(UIMouseEventArgs e)
 {
     e.Clear();
     //TODO: review event stock here again
     _stockMouseEvents.Push(e);
 }
Пример #2
0
 void ReleaseMouseEvent(UIMouseEventArgs e)
 {
     e.Clear();
     this.stockMouseEvents.Push(e);
 }