public void ShowLogin(Popups popups, IOkStringsCancelCallback callback, string username, string problems, string popupType, string header, string description, string okText) { PatchPopups.ShowLogin(popups, callback, username, problems, popupType, header, description, okText); }
public PatchPopups(TypeDefinitionCollection types) : base(types) { instance = this; }