color compare
This commit is contained in:
parent
8ac6c2144a
commit
8bd07b13ac
@ -6,7 +6,13 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Catamaran
|
||||
{
|
||||
internal class BoatCompareByColor
|
||||
internal class BoatCompareByColor : IComparer<IDrawingObject>
|
||||
|
||||
{
|
||||
public int Compare(IDrawingObject x, IDrawingObject y)
|
||||
{
|
||||
// TODO реализовать логику сравнения
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user