Esempio n. 1
0
 private void GuestsButton_Click(object sender, RoutedEventArgs e)
 {
     InnerFrame.Content = CheckIfContentActive <GuestsControl>() ? WindowsManagement.GetGuestsControlInstance()
                                                                : InnerFrame.Content;
     GuestsButton.Background = activeButtonColor;
 }