-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfixes, restructuring, new project option added
- Loading branch information
1 parent
f208235
commit 92d00bf
Showing
24 changed files
with
319 additions
and
155 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
Commission_Price_Calc/Commission_Price_Calc/MainForm.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
197 changes: 114 additions & 83 deletions
197
Commission_Price_Calc/Commission_Price_Calc/MainForm.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
Commission_Price_Calc/Commission_Price_Calc/bin/Release/Commission_Price_Calc.application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+512 Bytes
(100%)
Commission_Price_Calc/Commission_Price_Calc/bin/Release/Commission_Price_Calc.exe
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Commission_Price_Calc/Commission_Price_Calc/bin/Release/Commission_Price_Calc.pdb
Binary file not shown.
Binary file added
BIN
+268 KB
...ase/app.publish/Application Files/Commission_Price_Calc_1_0_0_2/Commission_Price_Calc.exe
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
....publish/Application Files/Commission_Price_Calc_1_0_0_2/Commission_Price_Calc.exe.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="Commission_Price_Calc.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<userSettings> | ||
<Commission_Price_Calc.Properties.Settings> | ||
<setting name="Language" serializeAs="String"> | ||
<value>English</value> | ||
</setting> | ||
<setting name="Currency" serializeAs="String"> | ||
<value>€</value> | ||
</setting> | ||
</Commission_Price_Calc.Properties.Settings> | ||
</userSettings> | ||
</configuration> |
Oops, something went wrong.