Skip to content

Commit

Permalink
ITool 改为 ISettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoctillion committed Feb 5, 2016
1 parent 985f7ce commit fc6e377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NotifyEx/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
namespace NotifyEx
{
[Export(typeof(IPlugin))]
[Export(typeof(ITool))]
[Export(typeof(ISettings))]
[Export(typeof(IRequestNotify))]
[ExportMetadata("Guid", "3190E362-3833-4953-87C3-B2C22C058EE8")]
[ExportMetadata("Title", "NotifyEx")]
[ExportMetadata("Description", "通知内容扩展")]
[ExportMetadata("Version", "0.4.0")]
[ExportMetadata("Author", "@Yoctillion")]
public class Plugin : IPlugin, ITool, IRequestNotify
public class Plugin : IPlugin, ISettings, IRequestNotify
{
private ToolViewModel _viewModel;

Expand Down

0 comments on commit fc6e377

Please sign in to comment.