Centreon_EventLog_2_Syslog.MyProjectInstaller.MyProjectInstaller_Committed C# (CSharp) 메소드

MyProjectInstaller_Committed() 개인적인 메소드

private MyProjectInstaller_Committed ( object sender, System.Configuration.Install.InstallEventArgs e ) : void
sender object
e System.Configuration.Install.InstallEventArgs
리턴 void
        private void MyProjectInstaller_Committed(object sender, InstallEventArgs e)
        {
            Console.WriteLine("");
            Console.WriteLine("Committed Event occured.");
            Console.WriteLine("");
        }