Examples of csharp(c#) with Source code
Examples of c sharp(c#) with SOURCE CODE
Wednesday, 20 October 2010
examples with source code of how to raise an event
//examples with source code of how to raise an event
public Form2()
{
InitializeComponent();
}
private void Form2_Load(object sender, EventArgs e)
{
MessageBox.Show("Event Raised");
Newer Post
Older Post
Home