コード例 #1
0
 public int CompareTo(Attacks other)
 {
     try
     {
         return(Dt.CompareTo(other.Dt));
     }
     catch (Exception e)
     {
         throw;
     }
 }