Skip to content

Instantly share code, notes, and snippets.

@wonderful-panda
Created December 27, 2011 11:53
Show Gist options
  • Save wonderful-panda/1523406 to your computer and use it in GitHub Desktop.
Save wonderful-panda/1523406 to your computer and use it in GitHub Desktop.
interface IFoo
{
string Author { get; };
}
class MyTextbox : TextBox, IFoo {...};
class MyCombobox : ComboBox, IFoo {...};
class MyListbox : ListBox, IFoo {...};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment