Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567891011 |
- using System.Collections.Generic;
-
- namespace MQTTnet.Server.Configuration
- {
- public class ScriptingSettingsModel
- {
- public string ScriptsPath { get; set; }
-
- public List<string> IncludePaths { get; set; }
- }
- }
|