Exemple #1
0
 internal void OnUnresolvedPath(string path, Type type)
 {
     UnresolvedPath?.Invoke(path, type);
 }
Exemple #2
0
 internal void OnUnresolvedPath(InvalidPathEventArgs args)
 {
     UnresolvedPath?.Invoke(args);
 }