Use package installer

This commit is contained in:
Michael Bucari-Tovo 2022-05-18 17:32:53 -06:00
parent 7198ae9025
commit 6b46fa4cbc
8 changed files with 18 additions and 293 deletions

View file

@ -0,0 +1,9 @@
using System;
namespace LibationWinForms.ProcessQueue
{
public interface ILogForm
{
void WriteLine(string text);
}
}