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