Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 03:34:39 (14 years ago)
Author:
swagner
Message:

Added empty clipboard control (#965).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs

    r3290 r3292  
    4747            }
    4848        }
     49       
     50        [global::System.Configuration.UserScopedSettingAttribute()]
     51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     52        [global::System.Configuration.DefaultSettingValueAttribute("True")]
     53        public bool ShowClipboard {
     54            get {
     55                return ((bool)(this["ShowClipboard"]));
     56            }
     57            set {
     58                this["ShowClipboard"] = value;
     59            }
     60        }
    4961    }
    5062}
Note: See TracChangeset for help on using the changeset viewer.