Widow – Diff between revs 1 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 8
Line 44... Line 44...
44 } 44 }
45 set { 45 set {
46 this["OnWindowCreate"] = value; 46 this["OnWindowCreate"] = value;
47 } 47 }
48 } 48 }
-   49
-   50 [global::System.Configuration.UserScopedSettingAttribute()]
-   51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-   52 [global::System.Configuration.DefaultSettingValueAttribute("1000")]
-   53 public string ApplyEveryTime {
-   54 get {
-   55 return ((string)(this["ApplyEveryTime"]));
-   56 }
-   57 set {
-   58 this["ApplyEveryTime"] = value;
-   59 }
-   60 }
-   61
-   62 [global::System.Configuration.UserScopedSettingAttribute()]
-   63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-   64 [global::System.Configuration.DefaultSettingValueAttribute("False")]
-   65 public bool ApplyEveryTimeEnabled {
-   66 get {
-   67 return ((bool)(this["ApplyEveryTimeEnabled"]));
-   68 }
-   69 set {
-   70 this["ApplyEveryTimeEnabled"] = value;
-   71 }
-   72 }
49 } 73 }
50 } 74 }