Beispiel #1
0
 public KunosCareerEventObject(string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled)
     : base(manager, id, enabled)
 {
     KunosCareerId   = kunosCareerId;
     EventNumber     = FlexibleParser.ParseInt(id.Substring(@"event".Length)) - 1;
     KunosCareerType = type;
 }
 internal KunosCareerEventsManager(string kunosCareerId, KunosCareerObjectType kunosCareerType, AcDirectories directories)
 {
     _kunosCareerId   = kunosCareerId;
     _kunosCareerType = kunosCareerType;
     Directories      = directories;
 }
 public KunosCareerEventObject(string kunosCareerId, KunosCareerObjectType type, IFileAcManager manager, string id, bool enabled)
         : base(manager, id, enabled) {
     KunosCareerId = kunosCareerId;
     EventNumber = FlexibleParser.ParseInt(id.Substring(@"event".Length)) - 1;
     KunosCareerType = type;
 }