forked from amkovkov/GranuSightSoftware2
feat: CameraView OpenGL render
This commit is contained in:
@@ -4,8 +4,12 @@ namespace GSS2.Test.Views;
|
||||
|
||||
public partial class MainView : UserControl
|
||||
{
|
||||
public MainView()
|
||||
private readonly ILogger<MainView> _logger;
|
||||
|
||||
public MainView(ILogger<MainView> logger)
|
||||
{
|
||||
_logger = logger;
|
||||
InitializeComponent();
|
||||
_logger.LogInformation("{} initialized", nameof(MainView));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user