CSReportWebServer.fMain.fMain_Load C# (CSharp) Méthode

fMain_Load() private méthode

private fMain_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void fMain_Load(object sender, EventArgs e)
        {
            Main.Init(m_args, this);
        }
    }