Imice Keyboard Software Work Access

Thread.Sleep(10);

public async Task<KeyboardProfile> LoadProfile(string name) Imice Keyboard Software

string json = await File.ReadAllTextAsync(Path.Combine(_profilesPath, $"name.imice")); return JsonSerializer.Deserialize<KeyboardProfile>(json) ?? new KeyboardProfile(); Thread