BKI_DichVuMatDat.f388_main.f388_main_Load C# (CSharp) Method

f388_main_Load() private method

private f388_main_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        void f388_main_Load(object sender, EventArgs e)
        {
            try
            {
                set_initial_form_load();
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
f388_main