6 lines
138 B
C#
6 lines
138 B
C#
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
|
|
|
public interface IMainWindowService
|
|
{
|
|
Task RunAsync(MainWindowVM vm);
|
|
} |