Adding properties for ParcelID and ParcelSeeAvatars.
This commit is contained in:
parent
7260dbd9de
commit
b3957ffa99
1 changed files with 30 additions and 0 deletions
30
trunk/Properties/Settings.Designer.cs
generated
30
trunk/Properties/Settings.Designer.cs
generated
|
@ -1046,6 +1046,36 @@ namespace LSLEditor.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00000000-0000-0000-0000-000000000000")]
|
||||
public string ParcelID
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((string)(this["ParcelID"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["ParcelID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("512")]
|
||||
public int ParcelSeeAvatars
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((int)(this["ParcelSeeAvatars"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["ParcelSeeAvatars"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue