Added stub tab for plugins
This commit is contained in:
16
Programs/GridProxyGUI/PluginsScroller.cs
Executable file
16
Programs/GridProxyGUI/PluginsScroller.cs
Executable file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Gtk;
|
||||
using GridProxyGUI;
|
||||
|
||||
namespace GridProxyGUI
|
||||
{
|
||||
public class PluginsScroller : TreeView
|
||||
{
|
||||
|
||||
public PluginsScroller()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user