MvvmBehavior: TestResult is null in the beginning

This commit is contained in:
Michael Lamers 2018-08-06 19:15:31 +02:00 committed by Paul Knopf
parent c246f4114b
commit 8b7fe418d4

View file

@ -35,7 +35,7 @@ namespace Qml.Net.Tests.Qml
ViewModel.CustomNotifyOnlyIntProperty = newValue;
}
public bool? TestResult { get; set; } = false;
public bool? TestResult { get; set; } = null;
}
public class ViewModel : INotifyPropertyChanged