mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
Import TechBot
svn path=/trunk/; revision=13064
This commit is contained in:
parent
568b27baeb
commit
9dab4509fa
94 changed files with 24386 additions and 0 deletions
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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue