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:
parent
c584b9c331
commit
429d7990e8
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
Loading…
Reference in New Issue
Block a user