Refactor the windows driver to avoid the races

This commit is contained in:
miguel
2018-05-15 22:48:05 -04:00
parent c5a3b7b01e
commit d0e187585e
6 changed files with 380 additions and 317 deletions

View File

@@ -1,7 +1,7 @@
[*.cs]
indent_style = tab
tab_width = 8
csharp_new_line_before_open_brace = true
csharp_new_line_before_open_brace = methods,local_functions
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false