コード例 #1
0
 public MasterPage()
 {
     this.InitializeComponent();
     _instance = this;
     this.Right_Frame.Navigate(typeof(Page));
 }
コード例 #2
0
 public MasterPage()
 {
     this.InitializeComponent();
     _instance = this;
     this.Right_Frame.Navigate(typeof(Page));
 }