Skip to content

Instantly share code, notes, and snippets.

@slodge
Created October 9, 2013 06:52
Show Gist options
  • Save slodge/6897260 to your computer and use it in GitHub Desktop.
Save slodge/6897260 to your computer and use it in GitHub Desktop.
public class BinaryEditFooTargetBinding : MvxAndroidTargetBinding
{
public BinaryEditFooTargetBinding(BinaryEdit target) : base(target)
{
target.MyCountChanged += TargetOnMyCountChanged;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment