CSKernelClient.fInput.fInput_Load C# (CSharp) 메소드

fInput_Load() 개인적인 메소드

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