示例#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;
 }