예제 #1
0
 public DeepDish(Pizza theSize)
 {
     mSize = theSize;
 }
예제 #2
0
 public Artisan(Pizza theSize)
 {
     mSize = theSize;
 }
예제 #3
0
 public Chicago(Pizza theSize)
 {
     mSize = theSize;
 }
예제 #4
0
 public Standard(Pizza theSize)
 {
     mSize = theSize;
 }
예제 #5
0
 public ThinCrust(Pizza theSize)
 {
     mSize = theSize;
 }
예제 #6
0
 public Onion(Pizza thePizza)
 {
     mPizza = thePizza;
 }
예제 #7
0
 public Jalepeno(Pizza thePizza)
 {
     mPizza = thePizza;
 }
예제 #8
0
 public Ham(Pizza thePizza)
 {
     mPizza = thePizza;
 }
예제 #9
0
 public Pineapple(Pizza thePizza)
 {
     mPizza = thePizza;
 }
예제 #10
0
 public Pepperoni(Pizza thePizza)
 {
     mPizza = thePizza;
 }