Delete SettingsNode.cs
This commit is contained in:
parent
77fbd20dd4
commit
bab7f4bfed
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
using Privatezilla.Setting;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Privatezilla
|
||||
{
|
||||
internal class SettingNode : TreeNode
|
||||
{
|
||||
public SettingBase Setting { get; }
|
||||
|
||||
public SettingNode(SettingBase setting)
|
||||
{
|
||||
Setting = setting;
|
||||
Text = Setting.ID();
|
||||
ToolTipText = Setting.Info();
|
||||
//Checked = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue