コード例 #1
0
 private static void DrawingOnOnPreReset(EventArgs args)
 {
     dxLine.OnLostDevice();
 }
コード例 #2
0
ファイル: HudPanel.cs プロジェクト: Burbb/Portaio
 public override void OnPreReset()
 {
     _line.OnLostDevice();
 }