Infört Observable Property överallt, där tillämpligt
This commit is contained in:
@ -57,35 +57,6 @@ public partial class RoundRunningViewModel : ObservableObject
|
||||
RebuildRequested?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
|
||||
//public ObservableCollection<RoundBuilderElement> RoundElements
|
||||
//{
|
||||
// get { return _roundElements; }
|
||||
// set
|
||||
// {
|
||||
// _roundElements = value;
|
||||
// OnPropertyChanged(nameof(RoundElements));
|
||||
// }
|
||||
//}
|
||||
|
||||
//public Collection<PlayerColumn> PlayerColumns
|
||||
//{
|
||||
// get { return _playerColumns; }
|
||||
// set
|
||||
// {
|
||||
// _playerColumns = value;
|
||||
// OnPropertyChanged(nameof(PlayerColumns));
|
||||
// }
|
||||
//}
|
||||
|
||||
//public RoundBuilderElement BuilderObject
|
||||
//{
|
||||
// get { return _builderObject; }
|
||||
// set
|
||||
// {
|
||||
// _builderObject = value;
|
||||
// OnPropertyChanged(nameof(BuilderObject));
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
public ObservableCollection<RoundBuilderElement> Get()
|
||||
|
||||
Reference in New Issue
Block a user