Beispiel #1
0
 void ReleaseDesignerOutlets()
 {
     if (CircleView != null)
     {
         CircleView.Dispose();
         CircleView = null;
     }
 }
 void AdjustView(NSEvent theEvent)
 {
     CircleView.Center = CircleView.ConvertPointFromView(theEvent.LocationInWindow, CircleView);
 }
 partial void ApplySpin(Foundation.NSObject sender)
 {
     CircleView.ToggleAnimation();
 }