private MySQLInstallerWindow() : base(GoogleCloudExtension.Resources.MySqlInstallerWindowTitle) { Content = new MySQLInstallerWindowContent { DataContext = new MySQLInstallerViewModel(this) }; }