Files
TwistedPoker/TwistedPoker/Properties/Settings.settings
2024-08-16 15:39:39 -06:00

18 lines
774 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TwistedPoker.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="strUser" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="strPass" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="intBetAmount" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="intCashInOutAmount" Type="System.Int32" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
</Settings>
</SettingsFile>