ATMLCommonLibrary.controls.controller.ControllerControl.InstalledSoftware_InitializeForm C# (CSharp) 메소드

InstalledSoftware_InitializeForm() 개인적인 메소드

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