Esempio 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;
 }
Esempio 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;
 }