Exemple #1
0
 public LectureType(string rawname)
 {
     this.RawName  = rawname.Trim();
     this.RawNameL = this.RawName.ToLower();
     this.Name     = LectureType.ResolveRawName(this.RawName);
     this.Hash     = Library.GetHashString(this.RawNameL);
 }