private void DrawArrow(int arrowSize, Graphics graphics, int x, int y, SolidColorBrush brush, bool up)
I receive Error Message: The type or namespace name 'Graphics' could not be found (are you missing a using directive or an assembly reference) during a conversion from NT7 to NT8.
Lolu

Comment