works.Code:blahblah.SetContainerType((int) class1.ContainterTypes.CT_XML);
Just so I know, can someone explain why I have to cast to int since there is a reference to the class that contains the enumeration? I would think the cast would be unnecessary.
thanks.




Reply With Quote