예제 #1
0
 void Client_Succeeded(BaseAction action)
 {
     Console.WriteLine(String.Format("Action {0} succeeded.", action.GetAction()));
 }
예제 #2
0
 void Client_Failed(BaseAction action, System.Exception e)
 {
     Console.WriteLine(String.Format("Action {0} failed : {1}", action.GetAction(), e.Message));
 }