|
|
@@ -71,5 +71,13 @@ namespace BPASmartClient.Academy.Model |
|
|
|
private float _pressureWeek; |
|
|
|
public float OpenValue { get { return _openValue; } set { _openValue = value; OnPropertyChanged(); } } |
|
|
|
private float _openValue; |
|
|
|
|
|
|
|
public bool Compressor { get { return _compressor; } set { _compressor = value; OnPropertyChanged(); } } |
|
|
|
private bool _compressor = false; |
|
|
|
|
|
|
|
public bool ByPassMaterial { get { return _byPassMaterial; } set { _byPassMaterial = value; OnPropertyChanged(); } } |
|
|
|
private bool _byPassMaterial = false; |
|
|
|
public bool ByPassReact { get { return _byPassReact; } set { _byPassReact = value; OnPropertyChanged(); } } |
|
|
|
private bool _byPassReact = false; |
|
|
|
} |
|
|
|
} |