Пример #1
0
 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);
 }
Пример #2
0
 public PatchPopups(TypeDefinitionCollection types) : base(types)
 {
     instance = this;
 }
Пример #3
0
 public PatchPopups(TypeDefinitionCollection types)
     : base(types)
 {
     instance = this;
 }