moved to MVVM architecture
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using CursorLang.Models;
|
||||
|
||||
namespace CursorLang.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Показывает подсказку с раскладкой у курсора.
|
||||
/// </summary>
|
||||
public interface ILayoutPopupService
|
||||
{
|
||||
void Show(KeyboardLayout layout);
|
||||
}
|
||||
Reference in New Issue
Block a user