2016-12-27 05:22:55 +03:00
|
|
|
|
// WARNING
|
2016-07-09 09:01:23 +03:00
|
|
|
|
//
|
|
|
|
|
// This file has been generated automatically by Xamarin Studio from the outlets and
|
|
|
|
|
// actions declared in your storyboard file.
|
|
|
|
|
// Manual changes to this file will not be maintained.
|
|
|
|
|
//
|
|
|
|
|
using Foundation;
|
|
|
|
|
using System;
|
|
|
|
|
using System.CodeDom.Compiler;
|
|
|
|
|
using UIKit;
|
|
|
|
|
|
|
|
|
|
namespace Bit.iOS.Extension
|
|
|
|
|
{
|
2016-12-27 05:22:55 +03:00
|
|
|
|
[Register ("SiteAddViewController")]
|
|
|
|
|
partial class SiteAddViewController
|
|
|
|
|
{
|
|
|
|
|
[Outlet]
|
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
|
UIKit.UIBarButtonItem CancelBarButton { get; set; }
|
|
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
|
UIKit.UINavigationItem NavItem { get; set; }
|
|
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
|
UIKit.UIBarButtonItem SaveBarButton { get; set; }
|
|
|
|
|
|
|
|
|
|
[Action ("CancelBarButton_Activated:")]
|
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
|
partial void CancelBarButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
|
|
|
|
|
[Action ("SaveBarButton_Activated:")]
|
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
|
partial void SaveBarButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
|
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
|
|
|
{
|
|
|
|
|
if (CancelBarButton != null) {
|
|
|
|
|
CancelBarButton.Dispose ();
|
|
|
|
|
CancelBarButton = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (NavItem != null) {
|
|
|
|
|
NavItem.Dispose ();
|
|
|
|
|
NavItem = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (SaveBarButton != null) {
|
|
|
|
|
SaveBarButton.Dispose ();
|
|
|
|
|
SaveBarButton = null;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|