Beispiel #1
0
 /// <summary>
 /// Connect to the Jira API using the credentials extracted from the
 /// configuration file.
 /// </summary>
 private void connect()
 {
     Jira = new JiraInterface(URL, UserName, Password);
 }
 /// <summary>
 /// Connect to the Jira API using the credentials extracted from the
 /// configuration file.
 /// </summary>
 private void connect()
 {
     Jira = new JiraInterface(URL, UserName, Password);
 }