Migrating to modern c# namespace
Using the short namesapce declaration for conciseness
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Icarus.Types
|
||||
namespace Icarus.Types;
|
||||
|
||||
public enum CoverArtField
|
||||
{
|
||||
public enum CoverArtField
|
||||
{
|
||||
SongTitle = 0,
|
||||
ImagePath
|
||||
};
|
||||
}
|
||||
SongTitle = 0,
|
||||
ImagePath
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user