mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Move utility class into TemplateGenerator project (only user ....)
This commit is contained in:
parent
7c5b7b02bb
commit
19ec2e3478
@ -9,7 +9,7 @@ using System.Collections.Generic;
|
|||||||
using Twiglet.CS2J.Translator.TypeRep;
|
using Twiglet.CS2J.Translator.TypeRep;
|
||||||
using Twiglet.CS2J.Translator.Utils;
|
using Twiglet.CS2J.Translator.Utils;
|
||||||
|
|
||||||
namespace Twiglet.CS2J.Utils
|
namespace Twiglet.CS2J.Utility
|
||||||
{
|
{
|
||||||
public class TemplateFromDLL
|
public class TemplateFromDLL
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
namespace Twiglet.CS2J.Translator.TypeRep
|
namespace Twiglet.CS2J.Utility.Utils
|
||||||
{
|
{
|
||||||
public static class TypeHelper
|
public static class TypeHelper
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user