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