- Copy the three files,
.cs
,.designer
,resx
to the target solution folder. - In the target project, select
Add existing item
and add the designer file first. - Modify the Namespace attribute. The
.cs
file should come in as well. - Modify the namespace in the
.cs
file. - Add the
resx
file usingAdd existing item
.
Saturday, 22 December 2012
Copy forms between visual studio solutions
Tuesday, 22 March 2011
Sunday, 13 March 2011
Predicates in C#
myList = List<...>;
SomeObject desiredObject = myObjects.Find( o => o.Id == desiredId);
SomeObject desiredObject = myObjects.Find( o => o.Id == desiredId);
Sunday, 6 March 2011
Saturday, 19 February 2011
Saturday, 11 December 2010
Saturday, 20 November 2010
Subscribe to:
Posts (Atom)