public int CreateCusomPage(BaseWizardPage customPage, int afterId, string caption, string description) { return _handler.CreatePage(customPage.Handle, afterId, caption, description); }
public int CreateCusomPage(BaseWizardPage customPage, int afterId, string caption, string description) { return(_handler.CreatePage(customPage.Handle, afterId, caption, description)); }