Skip to content

Instantly share code, notes, and snippets.

@DavidKarlas
Created March 2, 2016 14:31
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 DavidKarlas/16e8c64f5cdcdcc0017b to your computer and use it in GitHub Desktop.
Save DavidKarlas/16e8c64f5cdcdcc0017b to your computer and use it in GitHub Desktop.
using System;
using System.Diagnostics;
namespace lib2
{
public class MyClass
{
public MyClass ()
{
Console.WriteLine ("Place breakpoint here");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment