mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
rename plugin main file, part 2
This commit is contained in:
@@ -6,7 +6,7 @@ using YAMP;
|
||||
|
||||
namespace Wox.Plugin.Caculator
|
||||
{
|
||||
public class Calculator : IPlugin, IPluginI18n
|
||||
public class Main : IPlugin, IPluginI18n
|
||||
{
|
||||
private static Regex regValidExpressChar = new Regex(
|
||||
@"^(" +
|
||||
@@ -20,7 +20,7 @@ namespace Wox.Plugin.Caculator
|
||||
private static ParseContext yampContext;
|
||||
private PluginInitContext context { get; set; }
|
||||
|
||||
static Calculator()
|
||||
static Main()
|
||||
{
|
||||
yampContext = Parser.PrimaryContext;
|
||||
Parser.InteractiveMode = false;
|
||||
|
||||
Reference in New Issue
Block a user