I was given a form (GeoForm) in Visual Studio and I have just created a button (LoadGeo that I created in ArcMap.
I want the button to load this form in ArcMap using c# so I was wondering what do I type in between the brackets below to do this?
protected override void OnClick()
{
}