You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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
andcmdwtf.Toolkit.WinForms.Color
collide if you have using of both namespaces.)The text was updated successfully, but these errors were encountered: