Interaction logic for MySQLInstaller.xaml
상속: System.Windows.Controls.UserControl
예제 #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)
     };
 }