コード例 #1
0
 public static void ShowLogin(this Popups popups, IOkStringsCancelCallback callback, string username, string problems, string popupType, string header, string description, string okText)
 {
     api.ShowLogin(popups, callback, username, problems, popupType, header, description, okText);
 }