Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 17, 2022 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sthewissen/7791e1e93b252e8dbb553ae5b49309df to your computer and use it in GitHub Desktop.
Save sthewissen/7791e1e93b252e8dbb553ae5b49309df to your computer and use it in GitHub Desktop.
public interface IMyButton : IView
{
public string Text { get; }
public Color TextColor { get; }
void Completed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment