VAGSuite.frmMain.btnEDC15PDocumentation_ItemClick C# (CSharp) Method

btnEDC15PDocumentation_ItemClick() private method

private btnEDC15PDocumentation_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object
e ItemClickEventArgs
return void
        private void btnEDC15PDocumentation_ItemClick(object sender, ItemClickEventArgs e)
        {
            StartPDFFile(Path.Combine(System.Windows.Forms.Application.StartupPath, "VAG EDC15P.pdf"), "EDC15P documentation could not be found or opened!");
        }
frmMain