1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

(#35) Add missing using directive

Color belongs to System.Drawing namespace
This commit is contained in:
Oliver Booth 2021-03-09 17:00:51 +00:00
parent c584b9c331
commit 429d7990e8

View File

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Text;