Skip to content

Instantly share code, notes, and snippets.

@LuisAlbertoPenaNunez
Created August 29, 2017 17:40
Show Gist options
  • Save LuisAlbertoPenaNunez/61d468b05e181d0ef8d94df3f29f52b4 to your computer and use it in GitHub Desktop.
Save LuisAlbertoPenaNunez/61d468b05e181d0ef8d94df3f29f52b4 to your computer and use it in GitHub Desktop.
namespace CarouselDotsGenerator
{
public interface IDot
{
void ChangeFillColorTo(Color to);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment