aboutsummaryrefslogtreecommitdiff
path: root/V3/Widgets/IMenuFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'V3/Widgets/IMenuFactory.cs')
-rw-r--r--V3/Widgets/IMenuFactory.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/V3/Widgets/IMenuFactory.cs b/V3/Widgets/IMenuFactory.cs
new file mode 100644
index 0000000..24ed311
--- /dev/null
+++ b/V3/Widgets/IMenuFactory.cs
@@ -0,0 +1,9 @@
+namespace V3.Widgets
+{
+ public interface IMenuFactory
+ {
+ FormMenu CreateFormMenu();
+
+ VerticalMenu CreateVerticalMenu();
+ }
+} \ No newline at end of file