BKI_DichVuMatDat.DanhMuc.F153_dm_nguoi_bao_lanh.format_controls C# (CSharp) Method

format_controls() private method

private format_controls ( ) : void
return void
        private void format_controls()
        {
            FormatControl.SetVisibleSimpleButton(this);
            set_define_events();
            this.KeyPreview = true;
            CenterToScreen();
        }