示例#1
0
 /// <summary>
 /// Store the host and add menu items
 /// </summary>
 /// <param name="host">The host</param>
 public void Initialize(IPluginHost host)
 {
     host.AddMenuItem("Import show metadata from TheTVDB.com", this);
 }
 /// <summary>
 /// Store the host and add menu items
 /// </summary>
 /// <param name="host">The host</param>
 public void Initialize(IPluginHost host)
 {
     host.AddMenuItem("Tag from IMDb as Movie", this);
 }
 /// <summary>
 /// Store the host and add menu items
 /// </summary>
 /// <param name="host">The host</param>
 public void Initialize( IPluginHost host )
 {
     host.AddMenuItem( "Import show metadata from TheTVDB.com", this );
 }