2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
This commit is contained in:
Esiur Project 2022-06-03 16:55:52 +03:00
parent d7c8a3091d
commit f1584b348d
2 changed files with 2 additions and 3 deletions

View File

@ -129,7 +129,7 @@ public class HTTPServer : NetworkServer<HTTPConnection>, IResource
} }
struct VarInfo struct VarInfo
{ {
public string Pre; public string Pre;
public string Post; public string Post;
public string VarName; public string VarName;

View File

@ -615,8 +615,7 @@ public class TypeTemplate
ft.MethodInfo = mi; ft.MethodInfo = mi;
functions.Add(ft); functions.Add(ft);
Console.WriteLine(rtType.ToString() + " " + fn);
}; };