1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-30 02:53:11 +02:00
Files
TweetDuck/lib/TweetLib.Core/Application/IAppSystemConfiguration.cs

6 lines
135 B
C#

namespace TweetLib.Core.Application {
public interface IAppSystemConfiguration {
bool UseSystemProxyForAllConnections { get; }
}
}