예제 #1
0
파일: Gist.cs 프로젝트: noark9/IronGitHub
 public PatchedGistFile(GistFile gistFile)
 {
     this.Filename = gistFile.Filename;
     this.Content = gistFile.Content;
 }
예제 #2
0
 public PatchedGistFile(GistFile gistFile)
 {
     this.Filename = gistFile.Filename;
     this.Content  = gistFile.Content;
 }