mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
MvvmBehavior: TestResult is null in the beginning
This commit is contained in:
parent
c246f4114b
commit
8b7fe418d4
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