Advertisement
ThatsJake

Untitled

Mar 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.31 KB | None | 0 0
  1. public void UpdatePublicationsInfo(string[] infos)
  2.         {
  3.             string tipText = "";
  4.             foreach (var info in infos)
  5.                 tipText += info + '\n';
  6.             if (tipText == "") tipText = "Нет подписных изданий";
  7.             tip.SetToolTip(this, tipText);
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement