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