示例#1
0
 //Добавление вкладки
 public void AddTab(string connectionId)
 {
     ConnectionId.Add(connectionId);
     TabsCount++;
 }