1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-29 03:15:51 +02:00
TweetDuck/lib/TweetLib.Core/Systems/Dialogs/Dialogs.cs
2022-02-05 23:34:00 +01:00

6 lines
113 B
C#

namespace TweetLib.Core.Systems.Dialogs {
internal static class Dialogs {
public const string OK = "OK";
}
}