mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Got rid of Action<T>/Func<T>
This commit is contained in:
parent
44bd9c698f
commit
b52db47d55
37 changed files with 94 additions and 88 deletions
|
@ -558,7 +558,7 @@ namespace IDE
|
|||
#endif
|
||||
}
|
||||
|
||||
public void Update(Action<String, String, WatcherChangeTypes> fileChangeHandler = null)
|
||||
public void Update(delegate void(String, String, WatcherChangeTypes) fileChangeHandler = null)
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue