Skip to content

Commit 2bf76c1

Browse files
committed
Oops, forgot to add this one, doh
1 parent c2cb0d5 commit 2bf76c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
namespace ApplicationUtility;
2+
3+
class TempFileManager
4+
{
5+
public static void RegisterFile (string path)
6+
{
7+
// TODO: implement
8+
}
9+
10+
public static void Cleanup ()
11+
{
12+
// TODO: implement
13+
}
14+
}

0 commit comments

Comments
 (0)