示例#1
0
 private static void DrawingOnOnPostReset(EventArgs args)
 {
     dxLine.OnResetDevice();
 }
示例#2
0
文件: HudPanel.cs 项目: Burbb/Portaio
 public override void OnPostReset()
 {
     _line.OnResetDevice();
 }