Mini Kabibi Habibi

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

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
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();
        }
    }
}