'deployment'에 해당되는 글 1건

  1. 2010.10.05 [wp7] 나중에 공부할것 Deployment의 Dispatcher
Windows Phone 72010. 10. 5. 14:43
Deployment.Current.Dispatcher.BeginInvoke(delegate()
            {
                var value = Math.Round(e.X, 1) * 100;
                BallTransform.TranslateX = value;
                System.Diagnostics.Debug.WriteLine(value);
            });

 

dispatcher에 대해서 공부하자 나중에

 

그냥 dispatcher와 deployment 의 dispatcher가 어떤게 다른지 알아볼것?

Posted by 동동(이재동)