private void Click_ShowPath(object sender, EventArgs e) { PathForm pathform = new PathForm(this); pathform.Show(); }