Skip to content
Snippets Groups Projects
Commit 8104d673 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add note about variable naming convention no paths vs DirectoryInfo objects.

parent fec79bba
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ namespace AutoTx
{
#region global variables
// naming convention: variables ending with "Path" are strings, variables
// ending with "Dir" are DirectoryInfo objects
private string _configPath;
private string _statusPath;
private List<string> _transferredFiles = new List<string>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment