Here is the simple line :
================
string AppVersion = Application.ProductVersion; //To get Product Version
string AppVersion = Application.ProductName; // To get Product Name.
================
string AppVersion = Application.ProductVersion; //To get Product Version
string AppVersion = Application.ProductName; // To get Product Name.
No comments:
Post a Comment