/// <summary> /// Opens the Make latte tool dialog /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void menuItem16_Click(object sender, System.EventArgs e) { MakeLatte ml = new MakeLatte(); ml.ShowDialog(); }