Winify – Diff between revs 4 and 19

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 19
Line 32... Line 32...
32 } 32 }
33 set { 33 set {
34 this["LaunchOnBoot"] = value; 34 this["LaunchOnBoot"] = value;
35 } 35 }
36 } 36 }
-   37
-   38 [global::System.Configuration.UserScopedSettingAttribute()]
-   39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-   40 [global::System.Configuration.DefaultSettingValueAttribute("True")]
-   41 public bool UpdateRequired {
-   42 get {
-   43 return ((bool)(this["UpdateRequired"]));
-   44 }
-   45 set {
-   46 this["UpdateRequired"] = value;
-   47 }
-   48 }
37 } 49 }
38 } 50 }