Go to location, Warnings
This commit is contained in:
@@ -6,7 +6,9 @@ namespace FileTime.Core.Components
|
||||
public class Tab
|
||||
{
|
||||
private IItem? _currentSelectedItem;
|
||||
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
|
||||
private IContainer _currentLocation;
|
||||
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
|
||||
private string? _lastPath;
|
||||
|
||||
public int CurrentSelectedIndex { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user