示例#1
0
 void Proxy_ExcuteCompleted(object sender, ExcuteCompletedEventArgs e)
 {
     if (e.Result)
     {
         Binding();
     }
 }
 void Proxy_ExcuteCompleted(object sender, ExcuteCompletedEventArgs e)
 {
     //throw new NotImplementedException();
     if (e.Result)
     {
         Binding();
     }
 }