Exemplo n.º 1
0
 public void To(IUrl2Result to)
 {
     if(InnerInvoker.IsRunning)
     {
         throw new Exception("Result is running");
     }
     ToResult = to;
 }
Exemplo n.º 2
0
 public void To(IUrl2Result to)
 {
     if (InnerInvoker.IsRunning)
     {
         throw new Exception("Result is running");
     }
     ToResult = to;
 }
Exemplo n.º 3
0
 public void To(IUrl2Result to)
 {
     trans_ = to;
 }