Ejemplo n.º 1
0
 public void GetFromRepository(Workspace workspace, GetRequest[] requests)
 {
     using (GettingDialog gettingDialog = new GettingDialog(currentVcs, workspace, requests))
     {
         gettingDialog.ShowAll();
         gettingDialog.Run();
         gettingDialog.Destroy();
     }
 }
Ejemplo n.º 2
0
 public void GetFromRepository(Workspace workspace, GetRequest[] requests)
 {
     using (GettingDialog gettingDialog = new GettingDialog(currentVcs, workspace, requests))
         {
             gettingDialog.ShowAll();
             gettingDialog.Run();
             gettingDialog.Destroy();
         }
 }