Exemple #1
0
 protected LicenseBase()
 {
     _trailNotificationSettings = new TrailNotificationSettings();
     _licenseSets = new NotifyList <LicenseSet>();
 }
Exemple #2
0
		protected LicenseBase()
		{
			_trailNotificationSettings = new TrailNotificationSettings();
			_licenseSets = new NotifyList<LicenseSet>();
		}