예제 #1
0
        void ShowInstalledLicensesList_Click(object sender, RoutedEventArgs e)
        {
            var licenseListDialog = new SubscriptionLicenseDialog {
                Owner = this
            };

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