Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="path"></param>
 public AddinHost(string path = "")
 {
     Host = this;
     SetDir(path);
 }
Exemple #2
0
 /// <summary>
 ///
 /// </summary>
 public AddinHost()
 {
     Host = this;
     SetDir("");
 }