예제 #1
0
 public async Task Update(GistObject obj, string filename, string content)
 {
     await client.EditAGist(obj.id, obj.description, filename, content);
 }
예제 #2
0
 public async Task Update(GistObject obj, string filename, string content)
 {
     await client.EditAGist(obj.id, obj.description, filename, content);
 }
예제 #3
0
 public GistListItem(GistObject source, Action<File> selectedFileChanged)
 {
     this._source = source;
     this._selectedFileChanged = selectedFileChanged;
 }
예제 #4
0
 public GistListItem()
 {
     this._source = new GistObject();
 }
예제 #5
0
 public GistListItem(GistObject source, Action <File> selectedFileChanged)
 {
     this._source = source;
     this._selectedFileChanged = selectedFileChanged;
 }
예제 #6
0
 public GistListItem()
 {
     this._source = new GistObject();
 }