This commit is contained in:
JustArchi
2016-03-23 13:59:54 +01:00
parent b93d5187d6
commit 0bcf2f35b7
3 changed files with 2 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ using System.Windows.Forms;
namespace ConfigGenerator {
internal sealed class EnhancedPropertyGrid : PropertyGrid {
private ASFConfig ASFConfig;
internal EnhancedPropertyGrid(ASFConfig config) : base() {
if (config == null) {
return;