mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:25:40 +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();
|
||
|
}
|
||
|
}
|
||
|
}
|