예제 #1
0
 private void Content_btn_Click(object sender, RoutedEventArgs e)
 {
     DataContext = new ContentAPIViewModel();
 }
예제 #2
0
 private void Window_Initialized(object sender, EventArgs e)
 {
     ApiKey_TB.Text   = Api_Key;
     Security_TB.Text = Sercurity_Key;
     DataContext      = new ContentAPIViewModel();
 }