27 lines
434 B
C#
27 lines
434 B
C#
using Api.Framework.SDK;
|
|
using StatisticalTools.Properties;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace StatisticalTools
|
|
{
|
|
public class Class1 : Plugin
|
|
{
|
|
public Class1()
|
|
{
|
|
this.Name = Resources.PluginName;
|
|
this.Note = Resources.PluginNote;
|
|
this.Logo = Resources.;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|