Beispiel #1
0
        /// <summary>
        /// Constructor.
        /// </summary>
        protected DesktopObject(DesktopObjectCreationArgs args)
        {
            _name  = args.Name;
            _title = args.Title;
            //_visible = true;    // all objects are visible by default

            Application.CurrentUICultureChanged += Application_CurrentUICultureChanged;
        }
Beispiel #2
0
		/// <summary>
		/// Constructor.
		/// </summary>
		protected DesktopObject(DesktopObjectCreationArgs args)
		{
			_name = args.Name;
			_title = args.Title;
			//_visible = true;    // all objects are visible by default

			Application.CurrentUICultureChanged += Application_CurrentUICultureChanged;
		}