private void ToolStripMenuItemAbount_Click(object sender, EventArgs e) { AboutBox a=new AboutBox(); a.Show(); }
private void ToolStripMenuItemAbount_Click(object sender, EventArgs e) { AboutBox a = new AboutBox(); a.Show(); }