Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     XXsd2CodeSample.CustomerOrder co = new XXsd2CodeSample.CustomerOrder();
     co.Orders.Add(new XXsd2CodeSample.CommonElements.OrderItem());
     co.Rating          = XXsd2CodeSample.CreditRating.ExtremelyGood;
     co.Orders[0].price = 100;
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     XXsd2CodeSample.CustomerOrder co = new XXsd2CodeSample.CustomerOrder();
     co.Orders.Add(new XXsd2CodeSample.CommonElements.OrderItem());
     co.Rating = XXsd2CodeSample.CreditRating.ExtremelyGood;
     co.Orders[0].price = 100;
 }