Umbau
This commit is contained in:
11
KanSan.Base/Interfaces/IDialogWindowService.cs
Normal file
11
KanSan.Base/Interfaces/IDialogWindowService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace KanSan.Base.Interfaces
|
||||
{
|
||||
public interface IDialogWindowService
|
||||
{
|
||||
void showWindow(object viewModel);
|
||||
}
|
||||
}
|
||||
10
KanSan.Base/WindowService.cs
Normal file
10
KanSan.Base/WindowService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace KanSan.Base
|
||||
{
|
||||
class WindowService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user