mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -31,13 +31,14 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Aaru.Gui.ViewModels.Tabs
|
||||
{
|
||||
public class SdMmcInfoViewModel
|
||||
public sealed class SdMmcInfoViewModel
|
||||
{
|
||||
public SdMmcInfoViewModel(DeviceType deviceType, byte[] cid, byte[] csd, byte[] ocr, byte[] extendedCsd,
|
||||
byte[] scr)
|
||||
public SdMmcInfoViewModel(DeviceType deviceType, [CanBeNull] byte[] cid, [CanBeNull] byte[] csd,
|
||||
[CanBeNull] byte[] ocr, [CanBeNull] byte[] extendedCsd, [CanBeNull] byte[] scr)
|
||||
{
|
||||
switch(deviceType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user