2019-06-28 15:21:44 +03:00
|
|
|
// WARNING
|
|
|
|
//
|
2022-06-08 20:24:01 +03:00
|
|
|
// This file has been generated automatically by Visual Studio to store outlets and
|
|
|
|
// actions made in the UI designer. If it is removed, they will be lost.
|
|
|
|
// Manual changes to this file may not be handled correctly.
|
2019-06-28 15:21:44 +03:00
|
|
|
//
|
|
|
|
using Foundation;
|
|
|
|
using System.CodeDom.Compiler;
|
|
|
|
|
|
|
|
namespace Bit.iOS.Autofill
|
|
|
|
{
|
2022-06-08 20:24:01 +03:00
|
|
|
[Register ("LockPasswordViewController")]
|
|
|
|
partial class LockPasswordViewController
|
|
|
|
{
|
|
|
|
[Outlet]
|
|
|
|
UIKit.UIBarButtonItem AccountSwitchingBarButton { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Outlet]
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
UIKit.UIBarButtonItem CancelButton { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Outlet]
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
UIKit.UITableView MainTableView { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Outlet]
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
UIKit.UINavigationItem NavItem { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UIView OverlayView { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Outlet]
|
|
|
|
[GeneratedCode ("iOS Designer", "1.0")]
|
|
|
|
UIKit.UIBarButtonItem SubmitButton { get; set; }
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Action ("AccountSwitchingBarButton_Activated:")]
|
|
|
|
partial void AccountSwitchingBarButton_Activated (UIKit.UIBarButtonItem sender);
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Action ("CancelButton_Activated:")]
|
|
|
|
partial void CancelButton_Activated (UIKit.UIBarButtonItem sender);
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
[Action ("SubmitButton_Activated:")]
|
|
|
|
partial void SubmitButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
|
|
{
|
|
|
|
if (AccountSwitchingBarButton != null) {
|
|
|
|
AccountSwitchingBarButton.Dispose ();
|
|
|
|
AccountSwitchingBarButton = null;
|
|
|
|
}
|
2019-06-28 15:21:44 +03:00
|
|
|
|
2022-06-08 20:24:01 +03:00
|
|
|
if (CancelButton != null) {
|
|
|
|
CancelButton.Dispose ();
|
|
|
|
CancelButton = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (MainTableView != null) {
|
|
|
|
MainTableView.Dispose ();
|
|
|
|
MainTableView = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (NavItem != null) {
|
|
|
|
NavItem.Dispose ();
|
|
|
|
NavItem = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (SubmitButton != null) {
|
|
|
|
SubmitButton.Dispose ();
|
|
|
|
SubmitButton = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (OverlayView != null) {
|
|
|
|
OverlayView.Dispose ();
|
|
|
|
OverlayView = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|