Interaction logic for ManageCredentialsWindowContent.xaml
Inheritance: System.Windows.Controls.UserControl
 private ManageAccountsWindow() : base(GoogleCloudExtension.Resources.ManageAccountsWindowTitle)
 {
     Content = new ManageAccountsWindowContent {
         DataContext = new ManageAccountsViewModel(this)
     };
 }
 private ManageAccountsWindow() : base(GoogleCloudExtension.Resources.ManageAccountsWindowTitle)
 {
     Content = new ManageAccountsWindowContent { DataContext = new ManageAccountsViewModel(this) };
 }