Cosmos/source/Cosmos.Kernel.LogViewer/Overview/MathUtils.cs
2007-11-15 18:35:26 +00:00

9 lines
No EOL
180 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Kernel.LogViewer.Overview {
public static class MathUtils {
}
}