mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +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)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|