// ------------------------------------------------------------------------------
//  <autogenerated>
//      This code was generated by a tool.
//      Mono Runtime Version: 2.0.50727.1433
// 
//      Changes to this file may cause incorrect behavior and will be lost if 
//      the code is regenerated.
//  </autogenerated>
// ------------------------------------------------------------------------------
 
 
namespace InitiateCall1
{
    // Base type probably should be MonoTouch.Foundation.NSObject or subclass
    [MonoTouch.Foundation.Register("AppDelegate")]
    public partial class AppDelegate
    {
        [MonoTouch.Foundation.Connect("window")]
        private MonoTouch.UIKit.UIWindow window
        {
            get
            {
                return ((MonoTouch.UIKit.UIWindow)(this.GetNativeField("window")));
            }
            set
            {
                this.SetNativeField("window", value);
            }
        }
        [MonoTouch.Foundation.Connect("textfieldInput")]
        private MonoTouch.UIKit.UITextField textfieldInput
        {
            get
            {
                return ((MonoTouch.UIKit.UITextField)(this.GetNativeField("textfieldInput")));
            }
            set
            {
                this.SetNativeField("textfieldInput", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonSms")]
        private MonoTouch.UIKit.UIButton buttonSms
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonSms")));
            }
            set
            {
                this.SetNativeField("buttonSms", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonCall")]
        private MonoTouch.UIKit.UIButton buttonCall
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonCall")));
            }
            set
            {
                this.SetNativeField("buttonCall", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonMap")]
        private MonoTouch.UIKit.UIButton buttonMap
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonMap")));
            }
            set
            {
                this.SetNativeField("buttonMap", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonWeb")]
        private MonoTouch.UIKit.UIButton buttonWeb
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonWeb")));
            }
            set
            {
                this.SetNativeField("buttonWeb", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonMail")]
        private MonoTouch.UIKit.UIButton buttonMail
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonMail")));
            }
            set
            {
                this.SetNativeField("buttonMail", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonTweet")]
        private MonoTouch.UIKit.UIButton buttonTweet
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonTweet")));
            }
            set
            {
                this.SetNativeField("buttonTweet", value);
            }
        }
        [MonoTouch.Foundation.Connect("buttonGoogleEarth")]
        private MonoTouch.UIKit.UIButton buttonGoogleEarth
        {
            get
            {
                return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonGoogleEarth")));
            }
            set
            {
                this.SetNativeField("buttonGoogleEarth", value);
            }
        }
    }
}