Пример #1
0
 public void Dispose()
 {
     if (JiraClient != null)
     {
         JiraClient.Dispose();
         JiraClient = null;
     }
 }