On the tutorial http://msdn.microsoft.com/en-us/library/dd492145.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-3 it says to look for
public Form1()
{
InitializeComponent();
}
It doesn't say to do anything with it in C#, only stuff for basic? What do I need to do in order to continue???