GoogleCloudExtension.ManageWindowsCredentials.ManageWindowsCredentialsWindow.ManageWindowsCredentialsWindow C# (CSharp) Method

ManageWindowsCredentialsWindow() private method

private ManageWindowsCredentialsWindow ( Instance instance ) : Google.Apis.Compute.v1.Data
instance Instance
return Google.Apis.Compute.v1.Data
        private ManageWindowsCredentialsWindow(Instance instance) : base(GoogleCloudExtension.Resources.ManageWindowsCredentialsWindowTitle)
        {
            Content = new ManageWindowsCredentialsWindowContent { DataContext = new ManageWindowsCredentialsViewModel(instance, this) };
        }
ManageWindowsCredentialsWindow