Move to file scoped namespaces.

This commit is contained in:
2022-03-06 13:29:38 +00:00
parent b6c3a54955
commit 0bc819feab
1322 changed files with 268651 additions and 270003 deletions

View File

@@ -30,13 +30,12 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Gui.Models
namespace Aaru.Gui.Models;
public sealed class DeviceStatsModel
{
public sealed class DeviceStatsModel
{
public string Model { get; set; }
public string Manufacturer { get; set; }
public string Revision { get; set; }
public string Bus { get; set; }
}
public string Model { get; set; }
public string Manufacturer { get; set; }
public string Revision { get; set; }
public string Bus { get; set; }
}