Zebra0.com

csharp codeWriting Code in C#

Writing Code in C#


Text of video
private void lblTitle_Click(object sender, EventArgs e)
{
  lblTitle.Location = new Point(0, 100);
}

That's all! Congratulations on completing all of the lessons in csharp!