コード例 #1
0
ファイル: Dag.cs プロジェクト: dickschluter/Agenda
 public int CompareTo(Dag other)
 {
     return(Datum.CompareTo(other.Datum));
 }