예제 #1
0
파일: Dag.cs 프로젝트: dickschluter/Agenda
 public int CompareTo(Dag other)
 {
     return(Datum.CompareTo(other.Datum));
 }