예제 #1
0
        //Drawers Cost
        public int DrawersCalc()
        {
            int drawers    = Int32.Parse(DrawersNumber.Text);
            int drawerCost = dq.drawersCalc(drawers);

            return(drawerCost);
        }
예제 #2
0
 //Drawers Cost
 public int DrawersCalc()
 {
     int drawers = Int32.Parse(DrawersNumber.Text);
     int drawerCost = DeskQuote.drawersCalc(drawers);
    
     return drawerCost;
 }