Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
0
 internal ChatbotManager()
 {
     // Initialize Default
     _chatbot = new DefaultChatbot(Settings.Default.DefaultChatbotName);
 }