-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It becomes difficult to juggle .NET types and toolkit types due to the same names. Toolkit classes should be renamed to avoid colliding with common .NET type names, unless absolutely necessary. (E.g.: System.Drawing.Color
and cmdwtf.Toolkit.WinForms.Color
collide if you have using of both namespaces.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request