mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
Import TechBot
svn path=/trunk/; revision=13064
This commit is contained in:
9
irc/TechBot/TechBot.Library/ServiceOutput.cs
Normal file
9
irc/TechBot/TechBot.Library/ServiceOutput.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace TechBot.Library
|
||||
{
|
||||
public interface IServiceOutput
|
||||
{
|
||||
void WriteLine(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user