Centreon_EventLog_2_Syslog.MyProjectInstaller.MyProjectInstaller_Committed C# (CSharp) Method

MyProjectInstaller_Committed() private method

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