예제 #1
0
 internal void ChangePanelEditInvoice(Entity.ExtendedInvoice invoice)
 {
     this.contentControl.Content = new EditInvoice(invoice, this);
 }
예제 #2
0
 public void ChangePanelShowInvoice(Entity.ExtendedInvoice invoice)
 {
     this.contentControl.Content = new ShowInvoice(invoice, this);
 }