示例#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;
 }