Skip to content

Instantly share code, notes, and snippets.

@Novakov
Created July 25, 2015 09:46
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 Novakov/cea09c31c3b4b568e3f7 to your computer and use it in GitHub Desktop.
Save Novakov/cea09c31c3b4b568e3f7 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Class1
{
public Class1(int param)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment