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

btnRight_Click() public method

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