Example #1
0
 public PasswordHistoryPage(string cipherId)
 {
     InitializeComponent();
     SetActivityIndicator();
     _vm          = BindingContext as PasswordHistoryPageViewModel;
     _vm.Page     = this;
     _vm.CipherId = cipherId;
 }
 public PasswordHistoryPage(string cipherId)
 {
     InitializeComponent();
     SetActivityIndicator();
     _vm          = BindingContext as PasswordHistoryPageViewModel;
     _vm.Page     = this;
     _vm.CipherId = cipherId;
     if (Device.RuntimePlatform == Device.Android)
     {
         ToolbarItems.RemoveAt(0);
     }
 }