使うコンポーネットは、mapというコンポーネットです

フォームを適当作成してフォーム上のドロップします。
あとは、
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
は変更なし
private void Form1_Load(object sender, EventArgs e)
{
map.AddLayer(@”[Your Folder]\DotSpatialDev\shapefiles\Counties\Counties.shp”);
}
で表示されます。