public MainWindow() { InitializeComponent(); var foxDraw = new FoxDraw(canvas); foxDraw.PurpleSteps(10); }