Beispiel #1
0
        private void SetFormTitle()
        {
            string title = VersionUtil.GetVersionApp();

            this.Text         = title;
            ntfProsec.Text    = title;
            ntfProsec.Visible = true;
        }
Beispiel #2
0
 private void SetFormTitle()
 {
     this.Text = "Prosec Inc " + VersionUtil.GetVersionApp();
 }