Ejemplo n.º 1
0
		public bool Equals(PlayerMatch A)
		{
			//todo: implement Equals 
			//Return _ID = A._ID 
			return false;
		}
Ejemplo n.º 2
0
        public PlayerMatchViewModel(PlayerMatch item)
        {
            Item = item;

            EditItemCommand = new RelayCommand(param => OnEditRequested());
        }