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

MonitorSetupPage() public method

public MonitorSetupPage ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
return System
        public MonitorSetupPage(Ecolab.TelerikPlugin.TelerikFramework TelerikPlugin)
            : base(TelerikPlugin)
        {
            guiMap = string.Concat(GuiMapPath, "MonitorSetupTab.xml");
        }

Same methods

MonitorSetupPage::MonitorSetupPage ( List utilsList ) : System