IDeviceId.cs 127 B

1234567
  1. namespace InABox.Avalonia.Platform
  2. {
  3. public interface IDeviceId : ILoggable
  4. {
  5. string GetDeviceId();
  6. }
  7. }