Exemplo n.º 1
0
 public void Push(PushPullArgs args)
 {
     Console.WriteLine("Pushing to " + args.Remote);
 }
Exemplo n.º 2
0
 public void Pull(PushPullArgs args)
 {
     Console.WriteLine("Pulling from " + args.Remote);
 }