Esempio n. 1
0
        void ShowInstalledLicensesList_Click(object sender, RoutedEventArgs e)
        {
            var licenseListDialog = new SubscriptionLicenseDialog {
                Owner = this
            };

            licenseListDialog.ShowDialog();
        }
Esempio n. 2
0
 void ShowInstalledLicensesList_Click( object sender, RoutedEventArgs e )
 {
     var licenseListDialog = new SubscriptionLicenseDialog { Owner = this };
     licenseListDialog.ShowDialog();
 }