mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-29 03:15:51 +02:00
6 lines
113 B
C#
6 lines
113 B
C#
namespace TweetLib.Core.Systems.Dialogs {
|
|
internal static class Dialogs {
|
|
public const string OK = "OK";
|
|
}
|
|
}
|