Exemplo n.º 1
0
        /// <summary>
        /// Constructor of the kernel.
        /// </summary>
        public Kernel()
        {
            /* Instantiate forms */
            pluginsForm = new PluginManagerForm();
            aboutForm   = new AboutForm();

            /* Instatiate timers */
            //timer = new Tibia.Util.Timer(3000, false);
            //timer.OnExecute += new Tibia.Util.Timer.TimerExecution(timer_OnExecute);

            /* Plug-in related */
            plugins = new PluginCollection();

            /* Skin related */
            //skin = new Skin(Settings.Default.Skin);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Constructor of the kernel.
        /// </summary>
        public Kernel()
        {
            /* Instantiate forms */
            pluginsForm = new PluginManagerForm();
            aboutForm = new AboutForm();
            
            /* Instatiate timers */
            //timer = new Tibia.Util.Timer(3000, false);
            //timer.OnExecute += new Tibia.Util.Timer.TimerExecution(timer_OnExecute);

            /* Plug-in related */
            plugins = new PluginCollection();

            /* Skin related */
            //skin = new Skin(Settings.Default.Skin);
        }