Skip to content

Instantly share code, notes, and snippets.

@taylonr
Created June 30, 2012 23:35
Show Gist options
  • Select an option

  • Save taylonr/3026036 to your computer and use it in GitHub Desktop.

Select an option

Save taylonr/3026036 to your computer and use it in GitHub Desktop.
ICarStart
public interface ICar
{
void Start();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment