Skip to content

Instantly share code, notes, and snippets.

@takashicompany
Created July 16, 2013 13:14
Show Gist options
  • Save takashicompany/6008577 to your computer and use it in GitHub Desktop.
Save takashicompany/6008577 to your computer and use it in GitHub Desktop.
Gist Test
public class TestGistClass{
public int num = 0;
private string _text = "hello";
public TestGistClass(int argNum,string argText){
num = argNum;
_text = argText;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment