Tuesday, April 28, 2009

Get Version info in Windows mobile

Hi Guys

Last time i look most of guys asking how to get the version information in Windows Mobile with .NET Compact Framework. it pretty easy

private string GetVersionInfo()
{
Version version = Environment.Version;
return version.ToString();
}

Thank you
Keep It Watch

No comments:

Post a Comment