AboutShellPageViewModel - конструктор
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public AboutShellPageViewModel(
Func<AboutViewModel> aboutViewModelFactory
)
Public Sub New (
aboutViewModelFactory As Func(Of AboutViewModel)
)
public:
AboutShellPageViewModel(
Func<AboutViewModel^>^ aboutViewModelFactory
)
new :
aboutViewModelFactory : Func<AboutViewModel> -> AboutShellPageViewModel
Параметры
- aboutViewModelFactory FuncAboutViewModel
-
The about view model factory.