コード例 #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);
 }
コード例 #2
0
 internal ChatbotManager()
 {
     // Initialize Default
     _chatbot = new DefaultChatbot(Settings.Default.DefaultChatbotName);
 }