Skip to content

Instantly share code, notes, and snippets.

View choffmann's full-sized avatar

Cedrik Hoffmann choffmann

View GitHub Profile
@choffmann
choffmann / DemoPlugin.cs
Created March 15, 2023 05:16
Plugin Service VS
using PluginContract;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace DemoPlugin