private ManageWindowsCredentialsWindow(Instance instance) : base(GoogleCloudExtension.Resources.ManageWindowsCredentialsWindowTitle) { Content = new ManageWindowsCredentialsWindowContent { DataContext = new ManageWindowsCredentialsViewModel(instance, this) }; }