Samples.InterestingView.InterestingView C# (CSharp) Method

InterestingView() public method

public InterestingView ( ) : System
return System
		public InterestingView()
		{
			DataContext = new InterestingViewModel();
			ThemeSample = new ThemeSampleViewModel();
		}
	}