public ApiPasswordPage()
 {
     InitializeComponent();
     viewModel      = new ApiPasswordPageVM();
     BindingContext = viewModel;
 }
Esempio n. 2
0
 public ApiPasswordCommand(ApiPasswordPageVM viewModel)
 {
     this.viewModel = viewModel;
 }