mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-01-15 05:42:46 +01:00
6 lines
135 B
C#
6 lines
135 B
C#
namespace TweetLib.Core.Application {
|
|
public interface IAppSystemConfiguration {
|
|
bool UseSystemProxyForAllConnections { get; }
|
|
}
|
|
}
|