mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 07:07:07 +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();
|
|
}
|
|
}
|
|
}
|