private void GroupNameCheckBox_Checked(object sender, RoutedEventArgs e) { string tipGroupId = GroupNameLabel.Content.ToString(); _tipHistoryManager?.MarkTipGroupAsIncluded(tipGroupId); LogTelemetryEvent(TelemetryConstants.TipGroupEnabled); }
private void GroupNameCheckBox_Checked(object sender, RoutedEventArgs e) { _tipHistoryManager?.MarkTipGroupAsIncluded(GroupNameLabel.Content.ToString()); }