CSJ2K.IOSSetup.RegisterCretors C# (CSharp) Method

RegisterCretors() public static method

public static RegisterCretors ( ) : void
return void
        public static void RegisterCretors()
        {
            DotnetFileInfoCreator.Register();
            DotnetFileStreamCreator.Register();
            DotnetMsgLogger.Register();
            IOSImageCreator.Register();
        }