17 lines
225 B
C#
Executable File
17 lines
225 B
C#
Executable File
using System;
|
|
using System.Collections.Generic;
|
|
using Gtk;
|
|
using GridProxyGUI;
|
|
|
|
namespace GridProxyGUI
|
|
{
|
|
public class PluginsScroller : TreeView
|
|
{
|
|
|
|
public PluginsScroller()
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|