Example #1
0
 private void ResetCursor(object sender, MouseEventArgs e)
 {
     ob.resetCursor();
 }
 // for each rectangle, assign the following method to its MouseLeave event.
 protected virtual void ResetCursor(object sender, MouseEventArgs e)
 {
     _WindowResizer.resetCursor();
 }
Example #3
0
 // for each rectangle, assign the following method to its MouseLeave event.
 private void ResetCursor(object sender, MouseEventArgs e)
 {
     _WindowResizer.resetCursor();
 }