Hush – Rev 1

Subversion Repositories:
Rev:
using System;
using System.Windows.Forms;

namespace Hush
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();
        }

        private void OnFormShown(object sender, EventArgs e)
        {
            zzzNameVersion.Text = $"{Constants.ASSEMBLY_NAME} v.{Constants.ASSEMBLY_VERSION}";
        }
    }
}

Generated by GNU Enscript 1.6.5.90.