Example #1
0
        public FormAbout()
        {
            InitializeComponent();

            labelVer.Text = string.Format(Program.FILE_COPYRIGHT, Program.FILE_VERSION);

            ImageUtility.AdjustControlImagesDpiScale(this);
        }
Example #2
0
        public FormSplash()
        {
            DoubleBuffered = true;

            InitializeComponent();

            labelVer.Text = string.Format(Program.FILE_COPYRIGHT, Program.FILE_VERSION);

            ImageUtility.AdjustControlImagesDpiScale(this);
        }