示例#1
0
        //Override OnBeginPrint to set up the font we are going to use
        protected override void OnBeginPrint(PrintEventArgs ev)
        {
            base.OnBeginPrint(ev);

            _followUp = _commonCode.FollowUpByClub();
        }