Пример #1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            //Window = new UIWindow (UIScreen.MainScreen.Bounds);
            //Window.MakeKeyAndVisible ();
            var x = new MaterialSharp.MaterialButton(UIScreen.MainScreen.Bounds);
            var y = new MaterialSharp.MaterialTextField(UIScreen.MainScreen.Bounds);

            return(true);
        }
 void ReleaseDesignerOutlets()
 {
     if (flatbkg != null)
     {
         flatbkg.Dispose();
         flatbkg = null;
     }
     if (flatbutton != null)
     {
         flatbutton.Dispose();
         flatbutton = null;
     }
     if (floatbutton1 != null)
     {
         floatbutton1.Dispose();
         floatbutton1 = null;
     }
     if (floatbutton2 != null)
     {
         floatbutton2.Dispose();
         floatbutton2 = null;
     }
     if (imagebutton1 != null)
     {
         imagebutton1.Dispose();
         imagebutton1 = null;
     }
     if (imagebutton2 != null)
     {
         imagebutton2.Dispose();
         imagebutton2 = null;
     }
     if (raisedButton != null)
     {
         raisedButton.Dispose();
         raisedButton = null;
     }
 }