Files
desktop/WirelessTextSyncer.Windows/Models/SyncAction.cs
2026-05-15 20:12:07 +08:00

10 lines
124 B
C#

namespace WirelessTextSyncer.Windows.Models;
public enum SyncAction
{
InsertText,
Backspace,
Enter,
Ping
}