Skip to content

Instantly share code, notes, and snippets.

@jmserrano-dev
Created January 5, 2019 12:37
Show Gist options
  • Save jmserrano-dev/bce8412b7567e7922dada70999764987 to your computer and use it in GitHub Desktop.
Save jmserrano-dev/bce8412b7567e7922dada70999764987 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using Wox.Plugin;
namespace WOX.MyPlugin
{
public class Main : IPlugin
{
public void Init(PluginInitContext context)
{
}
public List<Result> Query(Query query)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment