mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Code Cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ namespace QuickLook.Plugin.CLSIDViewer;
|
||||
|
||||
public partial class RecycleBinPanel : UserControl, INotifyPropertyChanged
|
||||
{
|
||||
private ContextObject _context;
|
||||
private readonly ContextObject _context;
|
||||
private RecycleBinHelper.RecycleBinInfo _info;
|
||||
private ICommand _emptyRecycleBinCommand;
|
||||
|
||||
|
@@ -23,7 +23,7 @@ namespace QuickLook.Plugin.CLSIDViewer;
|
||||
|
||||
public partial class ThisPCPanel : UserControl
|
||||
{
|
||||
private ContextObject _context;
|
||||
private readonly ContextObject _context;
|
||||
|
||||
public ThisPCPanel(ContextObject context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user