コード例 #1
0
		public InfoPage(ITranslation translation, IInfoPageViewModel viewModel)
		{
			_translation = translation;
			_viewModel = viewModel;
			CreateUI();
		}
コード例 #2
0
 public InfoPage(ITranslation translation, IInfoPageViewModel viewModel)
 {
     _translation = translation;
     _viewModel   = viewModel;
     CreateUI();
 }