Ecolab.Pages.CustomerTabPage.CustomerTabPage C# (CSharp) Method

CustomerTabPage() public method

Initializes a new instance of the CustomerTabPage class.
public CustomerTabPage ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab The telerik plugin.
return System
        public CustomerTabPage(Ecolab.TelerikPlugin.TelerikFramework TelerikPlugin)
            : base(TelerikPlugin)
        {
            guiMap = string.Concat(GuiMapPath, "CustomerTab.xml");
        }

Same methods

CustomerTabPage::CustomerTabPage ( List utilsList ) : System