mirror of
https://github.com/snltty/linker.git
synced 2025-10-18 23:14:53 +08:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace Linker.Client.Args
|
|
{
|
|
public interface ISignInArgs
|
|
{
|
|
public void Invoke(Dictionary<string, string> args);
|
|
}
|
|
}
|