mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:15:39 +00:00
7f3171c814
is now tracking Gnome 2.6. svn path=/trunk/gtk-sharp/; revision=35479
9 lines
157 B
C#
9 lines
157 B
C#
namespace PanelApplet {
|
|
public class PanelAppletManager {
|
|
public static void Init()
|
|
{
|
|
GtkSharp.PanelappletSharp.ObjectManager.Initialize();
|
|
}
|
|
}
|
|
}
|