Added stub tab for plugins

This commit is contained in:
Latif Khalifa
2013-12-04 22:54:54 +01:00
parent 74ac721030
commit c86172d99e
5 changed files with 147 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using Gtk;
using GridProxyGUI;
namespace GridProxyGUI
{
public class PluginsScroller : TreeView
{
public PluginsScroller()
{
}
}
}