Verzija 2.7.0.0 RC

This commit is contained in:
2024-06-19 21:00:35 +02:00
parent a6bc80ff8c
commit 330162d2e8
21 changed files with 378 additions and 160 deletions

View File

@ -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

View File

@ -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>