private void menuDish_Click(object sender, EventArgs e) { DishInfoList Dil = DishInfoList.Create(); Dil.Show(); Dil.Focus(); }
private void menuDish_Click(object sender, EventArgs e) { DishInfoList diList = FormFactory.GreateDIL(); diList.Show(); diList.Focus(); }