mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-07-25 19:59:03 +02:00
6 lines
111 B
C#
6 lines
111 B
C#
namespace TweetLib.Core.Systems.Dialogs {
|
|
public static class Dialogs {
|
|
public const string OK = "OK";
|
|
}
|
|
}
|