We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b10a9 commit 9a5ac20Copy full SHA for 9a5ac20
3 files changed
src/Display/DisplayIntergration/DIItem.cs
@@ -0,0 +1,8 @@
1
+using System;
2
+
3
+namespace PaintPower.Display.DisplayIntegration;
4
5
+public class DIItem
6
+{
7
+ public DIItem() {}
8
+}
src/Display/DisplayIntergration/DIPlay.cs
+public class DIPlay
+ public DIPlay() {}
src/Display/Stage/StageItem.cs
+namespace PaintPower.Display.Stage;
+public class StageItem
+ public StageItem() {}
0 commit comments