/// <summary> /// Initializes a new instance of the <see cref="Gala.Dolly.UI.ChatbotManager"/> class. /// </summary> protected ChatbotManager() { // Initialize Default _chatbot = new DefaultChatbot(Settings.Default.ChatbotDefaultName); }
internal ChatbotManager() { // Initialize Default _chatbot = new DefaultChatbot(Settings.Default.DefaultChatbotName); }