Exemplo n.º 1
0
        private void Unapply()
        {
            if (_owner != this)
            {
                return;
            }
            _owner = null;

            ApplicationView.Title = string.Empty;
        }
Exemplo n.º 2
0
 private void Apply()
 {
     ApplicationView.Title = this.Title;
     _owner = this;
 }