Example #1
0
        /// <summary>
        /// Show progress dialog
        /// </summary>
        /// <param name="msg"></param>

        public void Progress_Show(
            string caption,
            string title,
            bool allowCancel)
        {
            Progress.InvokeShow(caption, title, allowCancel);
        }