System.Drawing.Color in console application

Posted by Tomas on Stack Overflow See other posts from Stack Overflow or by Tomas
Published on 2010-02-08T13:10:57Z Indexed on 2010/03/23 0:31 UTC
Read the original article Hit count: 636

Filed under:
|
|

Hello,

Simple question from .NET beginner. How to work with colors in console application? VS do not let me declarate System.Drawing.Color namespace. I need to assign color for one method in console application.

Regards, Tomas

© Stack Overflow or respective owner

Related posts about c#

Related posts about console