Example #1
0
        public Noodle cooking(Gram g) {
            Noodle ret=new Noodle();
            ret.NoodleVolume=g;

            return ret;
        }
Example #2
0
 private void button3_Click(object sender, EventArgs e) {
     product = MrTaka.cooking(Gram.DAI);
     label2.Text = "ニンニクいれますか";
 }