Projektdateien hinzufügen.
This commit is contained in:
21
OwnChar.App.Desktop/AppPlugin.cs
Normal file
21
OwnChar.App.Desktop/AppPlugin.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Pilz.Plugins;
|
||||
using Pilz.Plugins.Advanced;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.App.Desktop
|
||||
{
|
||||
public class AppPlugin : IPlugin
|
||||
{
|
||||
public string Name => "OwnChar Desktop App";
|
||||
|
||||
public AppPlugin()
|
||||
{
|
||||
PluginFeatureController.Instance.RegisterAllOwn();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user