/// <summary>Sets up the content of the plugin..</summary>
        internal void Plugin_ContentSetup(object sender, EventArgs e)
        {
            Protean.Hub.Splash.Actions.Write("Initialising Task list");

            // Register docking pages
            TodoListPlugin.dockingPage = new Protean.Plugins.TodoList.DockingPages.frm_TodoList();
            TodoListPlugin.dockingPage.Register();

            // Register auto-update sites
            // Protean.Hub.PluginUpdater.UpdateManager.Register(this, "http://127.0.0.1/test.xml");
        }
		/// <summary>Sets up the content of the plugin..</summary>
		internal void Plugin_ContentSetup(object sender, EventArgs e)
		{
			Protean.Hub.Splash.Actions.Write("Initialising Task list");

			// Register docking pages
			TodoListPlugin.dockingPage = new Protean.Plugins.TodoList.DockingPages.frm_TodoList();
			TodoListPlugin.dockingPage.Register();

			// Register auto-update sites
			// Protean.Hub.PluginUpdater.UpdateManager.Register(this, "http://127.0.0.1/test.xml");
		}