forked from amkovkov/GranuSightSoftware2
feat: add brand calibration view and viewmodel
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace GSS2.Views.AmineContent;
|
||||
|
||||
public partial class BrandCalibrationView : UserControl
|
||||
{
|
||||
public BrandCalibrationView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user