コード例 #1
0
ファイル: SimpleLogger.cs プロジェクト: kami-/Prizet
 public void AddEntry(LogEntry entry)
 {
     this._LogEntries.Add(entry);
 }