Dreamine.Interfaces Ver.1.0.3
Loading...
Searching...
No Matches
INavigator.cs
Go to the documentation of this file.
2{
6 public interface INavigator
7 {
12 void Navigate(object viewModel);
13 }
14}
📌 ViewModel에 대응하는 View를 ContentControl에 표시하는 내비게이터 인터페이스입니다.
Definition INavigator.cs:7
void Navigate(object viewModel)
📌 ViewModel을 기반으로 View를 생성하고, ContentControl에 표시합니다.