المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Delegate



C# Programming
06-17-2009, 05:00 PM
Whats the advantage of

this.Invoke(new Function(delegate()
{
tbInfo.Text = "Capture Complete";
}));

over this:
tbInfo.Text = "Complete"; ?

Thanks http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif