6 lines
122 B
C#
6 lines
122 B
C#
|
|
namespace Interface.Jobs;
|
||
|
|
|
||
|
|
public interface IChineseNfoRegistry
|
||
|
|
{
|
||
|
|
void Job(bool ignoreLocked, bool ignoreCompleted);
|
||
|
|
}
|