Silverlight MessageBox DelayedExecute?
Dim msg As MessageBox
msg.DelayedExecute(milliseconds As integer, Method As System.Action)
Question
Can y开发者_开发技巧ou please help me understand what the above method is? I cannot find this on google and it is not present in msdn! or am i missing something?
精彩评论