Exemplo n.º 1
0
        public Order(string StreetAddress, string City, string State, string Zipcode, int Order_ID)
        {
            this.StreetAddress = StreetAddress;
            this.City          = City;
            this.State         = State;
            this.Zipcode       = Zipcode;
            this.Order_ID      = Order_ID;

            PicStatus = new PictureStatus();
        }
Exemplo n.º 2
0
 public Order()
 {
     PicStatus = new PictureStatus();
 }