7 lines
47 B
C#
7 lines
47 B
C#
|
namespace A {
|
||
|
interface IFileWatcher
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|