mirror of
https://github.com/snltty/linker.git
synced 2025-11-02 13:34:09 +08:00
8 lines
144 B
C#
8 lines
144 B
C#
namespace cmonitor.client.args
|
|
{
|
|
public interface ISignInArgs
|
|
{
|
|
public void Invoke(Dictionary<string, string> args);
|
|
}
|
|
}
|