MvvmBehavior: TestResult is null in the beginning

This commit is contained in:
Michael Lamers 2018-08-06 19:15:31 +02:00
parent 544f0096a9
commit 52580e77b8

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