1
0
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:
Kevin Glynn 2011-02-14 11:46:24 +01:00
parent 7c5b7b02bb
commit 19ec2e3478
2 changed files with 37 additions and 37 deletions

View File

@ -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
{ {

View File

@ -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
{ {