[ALL] String.Empty

This commit is contained in:
Matt Nadareski
2017-01-27 15:42:07 -08:00
parent 2647f74790
commit d1df5c2b60
39 changed files with 505 additions and 505 deletions

View File

@@ -43,11 +43,11 @@ namespace SabreTools.Helper.Dats
/// </summary>
public Rom()
{
_name = "";
_name = String.Empty;
_itemType = ItemType.Rom;
_dupeType = 0x00;
_itemStatus = ItemStatus.None;
_date = "";
_date = String.Empty;
}
/// <summary>