Verzija 2.7.0.0 RC
This commit is contained in:
12
My Project/Settings.Designer.vb
generated
12
My Project/Settings.Designer.vb
generated
@ -296,6 +296,18 @@ Namespace My
|
||||
Me("PisavaVelikost") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("3")> _
|
||||
Public Property KodaStojisceOri() As String
|
||||
Get
|
||||
Return CType(Me("KodaStojisceOri"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("KodaStojisceOri") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
@ -62,5 +62,8 @@
|
||||
<Setting Name="PisavaVelikost" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="KodaStojisceOri" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">3</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
Reference in New Issue
Block a user