Beispiel #1
0
 public void Init()
 {
     m_instance = new NotesSlideApi(TestUtils.Configuration);
 }
 public NotesAPIExamples()
 {
     api = new NotesSlideApi(AppSID, SecretKey);
 }