Welcome to the community, Ching!
We are using PROJ4 in 3.0, which is quite different than the projection system we are using in 2.0. With Proj4, we don’t use one class for each projections anymore, instead we use an Srid number to represent one projection. For your case, you need to find the correct SRID number for the UTM you are using. Please check it within “C:\Program Files\ThinkGeo\Map Suite Desktop Evaluation Edition 3.0 (BETA)\Documentation\Projections\EPSG.rtf”.
Also for advanced usage, you can inherit the Projection class and create your own UTMToDecimalDegree projection, override the 2 methods ConvertToExternalProjectionCore and ConvertToInternalProjectionCore will be fine, just like how you create a new projection conversion class in 2.0.
Hope that helps.
Thanks,
Ben