CSKernelClient.fInput.fInput_Load C# (CSharp) Method

fInput_Load() private method

private fInput_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void fInput_Load(object sender, EventArgs e)
        {
            cWindow.centerForm(this);
        }