index
:
xlgmokha/notepad.net.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Notepad
/
Presentation
/
Core
/
IPresenter.cs
blob: 45d40b2eff86fa82cef8c909c67f7fb1a4195767 (
plain
)
1
2
3
4
5
namespace Notepad.Presentation.Core { public interface IPresenter { void Initialize(); } }