Cosmos/source/Indy.IL2CPU.IL/MethodFooterOp.cs
mterwoord_cp 066ae93575
2007-09-03 07:00:53 +00:00

9 lines
175 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.IL {
public abstract class MethodFooterOp: Op {
}
}