void TaskView_Click(object sender, RoutedEventArgs e) { ModuleCommand.GetCommandByName("Task View Button Command", _thisModule.Commands).FireCommand(); }
void ActionCenter_Click(object sender, RoutedEventArgs e) { ModuleCommand.GetCommandByName("Action Center Button Command", _thisModule.Commands).FireCommand(); }
void Search_Click(object sender, RoutedEventArgs e) { ModuleCommand.GetCommandByName("Search Button Command", _thisModule.Commands).FireCommand(); }