Recycle bin restore function (actually implemented a move functionality, for later)

This commit is contained in:
2017-11-08 14:42:45 +01:00
committed by BONNEVILLE Geoffroy
parent d32f312d60
commit 7e642e3b73
16 changed files with 163 additions and 141 deletions
@@ -4,7 +4,7 @@
{
public static bool IsRequired(int i)
{
throw new System.NotImplementedException();
return false;
}
}
}