- Copy the three files,
.cs,.designer,resxto the target solution folder. - In the target project, select
Add existing itemand add the designer file first. - Modify the Namespace attribute. The
.csfile should come in as well. - Modify the namespace in the
.csfile. - Add the
resxfile 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:
Comments (Atom)