mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 14:05:28 +00:00
9 lines
157 B
C#
9 lines
157 B
C#
|
namespace PanelApplet {
|
||
|
public class PanelAppletManager {
|
||
|
public static void Init()
|
||
|
{
|
||
|
GtkSharp.PanelappletSharp.ObjectManager.Initialize();
|
||
|
}
|
||
|
}
|
||
|
}
|