mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
14 lines
237 B
C#
14 lines
237 B
C#
using Prism;
|
|
using Prism.Ioc;
|
|
|
|
namespace Borepin.GTK
|
|
{
|
|
public class PlatformInitializer : IPlatformInitializer
|
|
{
|
|
public void RegisterTypes(IContainerRegistry containerRegistry)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|