Interaction logic for ManageWindowsCredentialsWindowContent.xaml
Inheritance: System.Windows.Controls.UserControl
 private ManageWindowsCredentialsWindow(Instance instance) : base(GoogleCloudExtension.Resources.ManageWindowsCredentialsWindowTitle)
 {
     Content = new ManageWindowsCredentialsWindowContent { DataContext = new ManageWindowsCredentialsViewModel(instance, this) };
 }