added a timing solution to prevent windows from resizing when changing the frame
option
This commit is contained in:
Ulf
2013-06-13 01:06:54 +02:00
parent f3b8ed6aa8
commit 02e945999b
9 changed files with 223 additions and 189 deletions

10
FileTail.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace PreviewToy
{
class FileTail
{
}
}