Initial check-in
This commit is contained in:
13
Source/ProgramGUI/Model/ImpedanceDataModel.cs
Normal file
13
Source/ProgramGUI/Model/ImpedanceDataModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace ProgramGui.Model
|
||||
{
|
||||
public partial class ImpedanceDataModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
private string passFailImagePath;
|
||||
|
||||
[ObservableProperty]
|
||||
private string description;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user