Ejemplo n.º 1
0
 private void ClearButtonBackgrounds()
 {
     BtnLogin.ClearValue(BackgroundProperty);
     BtnInvoices.ClearValue(BackgroundProperty);
     BtnExpenses.ClearValue(BackgroundProperty);
     BtnEmployees.ClearValue(BackgroundProperty);
     BtnClients.ClearValue(BackgroundProperty);
 }