1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 06:56:10 +00:00

Tests comment block

This commit is contained in:
Yan Maniez 2019-04-08 02:41:27 +02:00
parent f71148b75f
commit 9497c8522f

View file

@ -287,6 +287,10 @@ namespace AideDeJeu.ViewModels
return true;
}
}
else
{
Debug.WriteLine(parsedComment.Name);
}
return false;
}