C
cody
Is there/will there be a converter from C# 1.0 to C#2.0 which will for
example convert classes with only static members to static classes, convert
eventhandlers from "list.SelectedIndexChanged+=new EventHandler(selChange)"
to "list.SelectedIndexChanged+=selChange" or split up gui classes into
partial classes where one contains user code and the other contains the
initializecomponent method and designer variables?
example convert classes with only static members to static classes, convert
eventhandlers from "list.SelectedIndexChanged+=new EventHandler(selChange)"
to "list.SelectedIndexChanged+=selChange" or split up gui classes into
partial classes where one contains user code and the other contains the
initializecomponent method and designer variables?