mirror of
https://github.com/reactos/reactos.git
synced 2025-06-08 02:40:32 +00:00
10 lines
127 B
C#
10 lines
127 B
C#
![]() |
using System;
|
||
|
|
||
|
namespace TechBot.Library
|
||
|
{
|
||
|
public interface IServiceOutput
|
||
|
{
|
||
|
void WriteLine(string message);
|
||
|
}
|
||
|
}
|