예제 #1
0
 public MainWindow()
 {
     InitializeComponent();
     ContentFrame.Navigate(new ViewerPage(this));
     ContentFrame.Focus();
 }