Esempio n. 1
0
 private void detach_Lines(OrderLineCompat entity)
 {
     this.SendPropertyChanging();
 }
Esempio n. 2
0
		public int Add(OrderLineCompat orderLine)
		{
			return List.Add(orderLine);
		}
Esempio n. 3
0
 private void detach_Lines(OrderLineCompat entity)
 {
     this.SendPropertyChanging();
 }
Esempio n. 4
0
 public int Add(OrderLineCompat orderLine)
 {
     return(List.Add(orderLine));
 }