GoogleCloudExtension.UserPrompt.UserPromptWindow.UserPromptWindow C# (CSharp) Method

UserPromptWindow() private method

private UserPromptWindow ( Options options ) : GoogleCloudExtension.Theming
options Options
return GoogleCloudExtension.Theming
        private UserPromptWindow(Options options) : base(options.Title)
        {
            ViewModel = new UserPromptWindowViewModel(this, options);
            Content = new UserPromptWindowContent { DataContext = ViewModel };
        }