8 lines
65 B
C#
8 lines
65 B
C#
|
|
namespace WI
|
||
|
|
{
|
||
|
|
public interface IHotkeyAction
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|