Beispiel #1
0
		public SettingsViewModel ()
		{
			LockInfo = new LockViewModel ();
			ItemSelectedCommand = new Command<SettingsItem> (ItemSelectedCommandExecute);
		}
Beispiel #2
0
 public SettingsViewModel()
 {
     LockInfo            = new LockViewModel();
     ItemSelectedCommand = new Command <SettingsItem> (ItemSelectedCommandExecute);
 }