Use package installer
This commit is contained in:
parent
7198ae9025
commit
6b46fa4cbc
8 changed files with 18 additions and 293 deletions
9
Source/LibationWinForms/ProcessQueue/ILogForm.cs
Normal file
9
Source/LibationWinForms/ProcessQueue/ILogForm.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
namespace LibationWinForms.ProcessQueue
|
||||
{
|
||||
public interface ILogForm
|
||||
{
|
||||
void WriteLine(string text);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue