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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment