Пример #1
0
 /// <summary>
 /// Return an array of Guids representing our plugin's property pages
 /// </summary>
 /// <param name="pPages">store the Guids and return here</param>
 public void GetPages(ref CAUUID pPages)
 {
     Guid[] g = new Guid[1];
     g[0] = typeof(SamplePluginPropertyPage).GUID;
     pPages.SetPages(g);
 }
Пример #2
0
 /// <summary>
 /// Return an array of Guids representing our plugin's property pages
 /// </summary>
 /// <param name="pPages">store the Guids and return here</param>
 public void GetPages(ref CAUUID pPages)
 {
     Guid[] g = new Guid[1];
       g[0] = typeof(SamplePluginPropertyPage).GUID;
       pPages.SetPages(g);
 }