I have having a bit of trouble with the following code snippet:
|
How do I make the proper assignment here? I am in the process of learning C#. Thanks.
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shawn SimmonsPosted Oct 15, 2010, 5:46 PM
new Icon() won't work because the Icon class will not allow an empty constructor. It is expecting a string constructor.
Shawn
theLizardPosted Oct 15, 2010, 5:34 PM