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