Beispiel #1
0
        private void GroupNameCheckBox_Checked(object sender, RoutedEventArgs e)
        {
            string tipGroupId = GroupNameLabel.Content.ToString();

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