Esempio n. 1
0
 public UnmarkedHistory(HistoryElement element)
     : base(element)
 {
 }
Esempio n. 2
0
 public UnmarkedHistory(HistoryElement element)
     : base(element)
 {
 }
Esempio n. 3
0
 protected History(HistoryElement element)
 {
     this.element = element;
 }
Esempio n. 4
0
 protected History(HistoryElement element)
 {
     this.element = element;
 }