コード例 #1
0
        static public string createSauce(string _sauceType)
        {
            var sauce = new Ordering();

            //Final_Project_Code_In_Progress.optionsArray[3] = _sauceType;

            var sauceType = _sauceType;
            return sauceType;
        }
コード例 #2
0
        static public string createBun(string _bunType)
        {
            var bun = new Ordering();

            //Final_Project_Code_In_Progress.optionsArray[0] = _bunType;

            var bunType = _bunType;
            return bunType;
        }
コード例 #3
0
        static public string createCheese(string _cheeseType)
        {
            var cheese = new Ordering();

            //Final_Project_Code_In_Progress.optionsArray[1] = _cheeseType;

            var cheeseType = _cheeseType;
            return cheeseType;
        }
コード例 #4
0
        static public string createToppings(string _toppingType)
        {


            var Topping = new Ordering();
            var toppingType = _toppingType;
            return toppingType;

            

           
         }