Esempio n. 1
0
 internal RegisteredApplication(string name, Dictionary <string, RegisteredNotification> notifications, Dictionary <string, string> customTextAttributes, Dictionary <string, Resource> customBinaryAttributes, ApplicationPreferences preferences)
 {
     this.name                   = name;
     this.notifications          = notifications;
     this.preferences            = preferences;
     this.customTextAttributes   = customTextAttributes;
     this.customBinaryAttributes = customBinaryAttributes;
     LinkNotifications();
 }
 internal RegisteredApplication(string name, Dictionary<string, RegisteredNotification> notifications, Dictionary<string, string> customTextAttributes, Dictionary<string, Resource> customBinaryAttributes, ApplicationPreferences preferences)
 {
     this.name = name;
     this.notifications = notifications;
     this.preferences = preferences;
     this.customTextAttributes = customTextAttributes;
     this.customBinaryAttributes = customBinaryAttributes;
     LinkNotifications();
 }