Files
eveo/FileTail.cs
Ulf 02e945999b refactor
added a timing solution to prevent windows from resizing when changing the frame
option
2013-06-13 01:06:54 +02:00

11 lines
137 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace PreviewToy
{
class FileTail
{
}
}