Exemple #1
0
 private void WriteEnablementInstructions(StreamWriter streamWriter, bool turnOn)
 {
     if (turnOn)
     {
         this.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationEnableDeepLink(this.GetOptionsDeepLink()));
         return;
     }
     this.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationDisableDeepLink(this.GetOptionsDeepLink()));
 }