WpfbaseApp4 ( WPF )

Objectives:
Step:1 Create a New project

Step:2 Code in App.xaml

Step:3  Code in MainWindow.xaml ( Note the Visibility property is set to be "Hidden" . If you set it visible you would have two window on the screen,

a) With Visibility option Hidden.

Code in MainWindow.xaml.cs

b) With visibility option as Visible

Step:4 Runtime Views