ATMLCommonLibrary.controls.controller.ControllerControl.InstalledSoftware_InitializeForm C# (CSharp) Method

InstalledSoftware_InitializeForm() private method

private InstalledSoftware_InitializeForm ( Form form ) : void
form System.Windows.Forms.Form
return void
        private void InstalledSoftware_InitializeForm(Form form)
        {
            form.Text = @"Installed Software";
        }