Example #1
0
 public PaLogEntry(PaLogType type, string description)
 {
     this.m_Type        = type;
     this.m_Description = description;
 }
Example #2
0
 public PaLogEntry( PaLogType type, string description )
 {
     this.m_Type = type;
     this.m_Description = description;
 }