Add caption to End-User License Aggreement form
Added LastVersion to config to present EULA on version change Display EULA when version changes Added Property to change button label (Agree for EULA) Changed DialogResult to OK for OK Button.
This commit is contained in:
@@ -148,6 +148,7 @@ namespace VEPROMS
|
||||
{
|
||||
string strEULA = System.Environment.CurrentDirectory + "\\EULA.TXT";
|
||||
frmViewTextFile ViewFile = new frmViewTextFile(strEULA,RichTextBoxStreamType.PlainText);
|
||||
ViewFile.Text = "End-User License Agreement";
|
||||
ViewFile.ShowDialog();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user