示例#1
0
        private void FtpClientForm_Load(object sender, EventArgs e)
        {
            _loadingUserControl = new LoadingUserControl();

            _loadingUserControl.Size = this.Size;

            _loadingUserControl.Hide(this);

            this.Controls.Add(_loadingUserControl);

            this.Controls.SetChildIndex(_loadingUserControl, 9999);
        }