PLC.DeliverablesList.DrawBackground C# (CSharp) 메소드

DrawBackground() 공개 메소드

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void
        public override void DrawBackground(DrawEvent devent)
        {
            fBackground.Draw(devent);
        }