Big changes
This commit is contained in:
14
Source/Program/GUI/Model/PowerModuleDataModel.cs
Normal file
14
Source/Program/GUI/Model/PowerModuleDataModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace ProgramLib.GUI.Model
|
||||
{
|
||||
internal partial class PowerModuleDataModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private string expectedVoltage;
|
||||
[ObservableProperty]
|
||||
private string actualVoltage;
|
||||
[ObservableProperty]
|
||||
private string actualCurrent;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user