public SettingsViewModel () { LockInfo = new LockViewModel (); ItemSelectedCommand = new Command<SettingsItem> (ItemSelectedCommandExecute); }
public SettingsViewModel() { LockInfo = new LockViewModel(); ItemSelectedCommand = new Command <SettingsItem> (ItemSelectedCommandExecute); }