Exemplo n.º 1
0
        /// <summary>
        /// Update Window takes left path as current path and right path as a new destination
        /// </summary>
        private void InvokeUpdateFileWindow()
        {
            UpdateFile UpdateWindow = new UpdateFile(LeftPanel.currentPath, RightPanel.currentPath, LeftPanel.currentSelectedItem, RightPanel.currentSelectedItem, LeftPanel.currentSelectedItemType);

            UpdateWindow.Show();
        }