Esempio n. 1
0
        /// <summary>
        /// Method invoked when the user is holding leftmouse button over the whole UserControl to be able to drag the window.
        /// </summary>
        public void MoveWindow()
        {
            var window = _window.GetActiveWindow();

            window.DragMove();
        }