mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-24 15:10:46 +00:00
onyx-and-iris
e1ab2087a2
add SemanticScreenReader Announcement on button clicked. It reads the text from the NumbersLabel
10 lines
196 B
C#
10 lines
196 B
C#
namespace Lottery
|
|
{
|
|
/// <summary>
|
|
/// Base Exception class for the Lottery app
|
|
/// </summary>
|
|
internal class LotteryException(string message) : Exception(message)
|
|
{
|
|
}
|
|
}
|