Exemple #1
0
 private static void DrawingOnOnPreReset(EventArgs args)
 {
     dxLine.OnLostDevice();
 }
Exemple #2
0
 public override void OnPreReset()
 {
     _line.OnLostDevice();
 }