예제 #1
0
파일: Loader.cs 프로젝트: semi420/lazybot
        public void PluginLoad()
        {
            //creating a static instance to the form we don't need anymore
            settingsForm      = new frmProfessions();
            professionsLoaded = false;

            Logging.Write("LazyData demo started");
            Chat.NewChatMessage += ChatNewChatMessage;
        }
예제 #2
0
파일: Loader.cs 프로젝트: civicacid/myevo
 public void PluginLoad()
 {
     //creating a static instance to the form we don't need anymore
     settingsForm = new frmProfessions();
     professionsLoaded = false;
     
     Logging.Write("LazyData demo started");
     Chat.NewChatMessage += ChatNewChatMessage;
     
 }