Exemplo n.º 1
0
 private IEnumerable <Task <(string name, ApplicationBehaviour entity)> > ProcessApplicationBehaviours(string path)
 {
     var   slashCharacter = SettingsPathFactory.OperationSystemPathSlash();
     Regex reg            = new Regex(@$ "\{slashCharacter}Application\{slashCharacter}[^\{slashCharacter}]+\.cs$");