This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
PowerToys
Watch
1
Star
0
Fork
0
You've already forked PowerToys
mirror of
https://github.com/microsoft/PowerToys.git
synced
2026-04-06 19:26:39 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5e4cfbaf3f1c984ed8fa18c03785da780d86829e
PowerToys
/
Wox.Infrastructure
/
Storage
/
IStorage.cs
9 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
Optimize using directives
2015-10-30 23:17:34 +00:00
namespace
Wox.Infrastructure.Storage
fix #185. Loading index cache on startup.
2014-12-15 22:58:49 +08:00
{
public
interface
IStorage
{
void
Load
(
)
;
void
Save
(
)
;
}
}
Reference in New Issue
Copy Permalink