hoTools.ActiveX.AddinControlGui.btnShowSpecification_Click C# (CSharp) Method

btnShowSpecification_Click() public method

public btnShowSpecification_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void btnShowSpecification_Click(object sender, EventArgs e)
        {
            EaService.ShowSpecification(Repository);
        }
AddinControlGui