private void CraftedItemToolStripMenuItem_Click(object sender, EventArgs e) { LoadCraft fm = new LoadCraft(); fm.Show(); }