コード例 #1
0
 public void ViewGitItem(string fileName, string guid)
 {
     ViewItem(fileName, () => GetImage(fileName, guid), () => GitCommandHelpers.GetFileText(guid));
 }