Exemple #1
0
        public bool RequestRename()
        {
            var main = Application.Current.MainWindow;
            var win  = new Rename(this);

            win.Show();
            win.Focus();
            return(true);
        }