mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Override ToString on more UIX classes
This commit is contained in:
@@ -59,5 +59,7 @@ namespace Microsoft.Iris.Audio
|
||||
sound.Play();
|
||||
sound.UnregisterUsage(this);
|
||||
}
|
||||
|
||||
public override string ToString() => $"{{Sound {SystemSoundEvent} '{Source}'}}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user