コード例 #1
0
ファイル: SlogEntry.cs プロジェクト: RoDaniel/featurehouse
 public SlogEntry(Slog slog, string name)
     : base(name)
 {
     slog.SetType(this, typeof(SlogEntry).Name);
 }