Exemplo n.º 1
0
 private void CallbackSearchByGlobalFunctionDataRetrieved(object sender, GetSearchGlobalFunctionListCompletedEventArgs e)
 {
     if (SearchByGlobalFunctionListRetrieved != null)
         SearchByGlobalFunctionListRetrieved(sender, e);
 }
        public void bcontrolDatahandler_SearchByGlobalFunctionListRetrieved(object sender, GetSearchGlobalFunctionListCompletedEventArgs e)
        {
            if (e.Result != null)
            {
                GlobalFunctions = e.Result;
            }
            IsBusy = false;


        }