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