1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-10-08 22:27:02 +02:00
Files
TweetDuck/lib/TweetLib.Core/Systems/Dialogs/Dialogs.cs

6 lines
111 B
C#

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