mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-22 06:05:26 -06:00
MvvmBehavior: TestResult is null in the beginning
This commit is contained in:
parent
544f0096a9
commit
52580e77b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue