public MainWindow() { InitializeComponent(); var foxDraw = new FoxDraw(canvas); foxDraw.DrawSquare(25); }