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