Interaction logic for MySQLInstaller.xaml
Inheritance: System.Windows.Controls.UserControl
Exemple #1
0
 private MySQLInstallerWindow() : base(GoogleCloudExtension.Resources.MySqlInstallerWindowTitle)
 {
     Content = new MySQLInstallerWindowContent
     {
         DataContext = new MySQLInstallerViewModel(this)
     };
 }
 private MySQLInstallerWindow() : base(GoogleCloudExtension.Resources.MySqlInstallerWindowTitle)
 {
     Content = new MySQLInstallerWindowContent
     {
         DataContext = new MySQLInstallerViewModel(this)
     };
 }