Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 17, 2022 10:19
Show Gist options
  • Save sthewissen/94b0f5442faf12e7cf49ac9cd074be6c to your computer and use it in GitHub Desktop.
Save sthewissen/94b0f5442faf12e7cf49ac9cd074be6c to your computer and use it in GitHub Desktop.
public static PropertyMapper<IMyButton, MyButtonHandler> MyButtonMapper = new PropertyMapper<IMyButton, MyButtonHandler >(ViewHandler.ViewMapper)
{
[nameof(ICustomEntry.Text)] = MapText,
[nameof(ICustomEntry.TextColor)] = MapTextColor
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment