Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/PhotoViewer.MDI/Forms/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/PhotoViewer.MDI/Forms/ProgressForm.cs

using System;
using System.Windows.Forms;

namespace PhotoViewer {
    public partial class ProgressForm : Form {
        public ProgressForm() {
            InitializeComponent();
        }
        public ProgressControl ProgressControl { 
            get { return progressControl1; } 
        }
        protected override void OnLoad(EventArgs e) {
            base.OnLoad(e);
            CenterToParent();
        }
    }
}