C2026-043-Tech-Debt_v1 - Stash 1
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
@@ -30,9 +25,6 @@ namespace Volian.Controls.Library
|
||||
this.roImage.Image = thmb;
|
||||
this.Text = title;
|
||||
}
|
||||
public bool ThumbnailCallback()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public bool ThumbnailCallback() => false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user