// Declare the Delegate
public delegate void Uploaddelegate();
// Create the object of Delegate
Uploaddelegate obj1 = new Uploaddelegate(ABC);
public static void ABC()
{
// Enter the Code to Do
}
Use of Delegate in c#
Wednesday, May 6, 2009
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment