Gui neu angelegt
This commit is contained in:
15
StammGenerator/Interface/IViewModelAbstractFactory.cs
Normal file
15
StammGenerator/Interface/IViewModelAbstractFactory.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using StammGenerator.Enum;
|
||||
using StammGenerator.ViewModel;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StammGenerator.Interface
|
||||
{
|
||||
public interface IViewModelAbstractFactory
|
||||
{
|
||||
BaseViewModel CreateViewModel(EMainWindowViewType viewType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user