GetKanban() private method

private GetKanban ( string channelName ) : string
channelName string
return string
Ejemplo n.º 1
0
 public void GetRallyKanbanTest()
 {
     RallyController c = new RallyController();
     Image img =c.GetKanban("de-support");
     img.Save(@"c:\temp\RallyKanbanFull.png",ImageFormat.Png);
 }