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