protected void Frame() { FPS.Frame(); if (TextDisplay != null && TextDisplay.Display) { TextDisplay.Frame(); } }
private void InterfaceEventProxy_DisplayText(DisplayTextEventArgs args) { TextDisplay = new TextDisplay { Text = args.Text, Duration = args.Duration }; }