Пример #1
0
 public void Apply(IMenustrip Import)
 {
     this._menuBackInh     = Import._menuBackInh;
     this._menuBackTop     = Import._menuBackTop;
     this._menuBackBottom  = Import._menuBackBottom;
     this._menuBorderDark  = Import._menuBorderDark;
     this._menuBorderLight = Import._menuBorderLight;
     this._menuBackBlend   = Import._menuBackBlend;
     this._buttons         = Import._buttons;
 }
Пример #2
0
 /// <summary>
 /// Imports the settings from a previous or pre-defined IMenustrip and applies it to the current
 /// </summary>
 /// <param name="Import">The IMenustrip to import the settings from</param>
 public void Apply(IMenustrip Import)
 {
     _menuBackInh = Import._menuBackInh;
     _menuBackTop = Import._menuBackTop;
     _menuBackBottom = Import._menuBackBottom;
     _menuBorderDark = Import._menuBorderDark;
     _menuBorderLight = Import._menuBorderLight;
     _menuBackBlend = Import._menuBackBlend;
     _buttons = Import._buttons;
 }