Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit db9301f

Browse files
TaiizorTaiizor
authored andcommitted
53X Again 229!
1 parent a0791ed commit db9301f

File tree

35 files changed

+1232
-1221
lines changed

35 files changed

+1232
-1221
lines changed

README.ES.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Paso 2:Disfruta de las conversiones
7979
#### Conseguir
8080

8181
```CS
82-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83-
GetValues("Time", "Minute", "Second", "¡Error!");
82+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83+
GetValue("Time", "Minute", "Second", "¡Error!");
8484
```
8585
```XML
8686
<FunctionResult>
@@ -90,8 +90,8 @@ GetValues("Time", "Minute", "Second", "¡Error!");
9090
```
9191

9292
```CS
93-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94-
GetValues("Speed", "MPH", "KPH", "¡Error!");
93+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94+
GetValue("Speed", "MPH", "KPH", "¡Error!");
9595
```
9696
```XML
9797
<FunctionResult>
@@ -103,8 +103,8 @@ GetValues("Speed", "MPH", "KPH", "¡Error!");
103103
#### Conjunto
104104

105105
```CS
106-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107-
SetValues("Time", "Minute", "Second", "30", "¡Error!");
106+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107+
SetValue("Time", "Minute", "Second", "30", "¡Error!");
108108
```
109109
```XML
110110
<FunctionResult>
@@ -114,8 +114,8 @@ SetValues("Time", "Minute", "Second", "30", "¡Error!");
114114
```
115115

116116
```CS
117-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118-
SetValues("Speed", "MPH", "KPH", "2", "¡Error!");
117+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118+
SetValue("Speed", "MPH", "KPH", "2", "¡Error!");
119119
```
120120
```XML
121121
<FunctionResult>
@@ -127,8 +127,8 @@ SetValues("Speed", "MPH", "KPH", "2", "¡Error!");
127127
#### Lista
128128

129129
```CS
130-
/* ListValues(string Error = "Error", string Title = "Title") */
131-
ListValues("¡Error", "Título");
130+
/* ListValue(string Error = "Error", string Title = "Title") */
131+
ListValue("¡Error", "Título");
132132
```
133133
```XML
134134
<FunctionResult>
@@ -138,8 +138,8 @@ ListValues("¡Error", "Título");
138138
```
139139

140140
```CS
141-
/* ListValuesJson(string Error = ErrorMessage) */
142-
ListValuesJson("¡Error!");
141+
/* ListValueJson(string Error = ErrorMessage) */
142+
ListValueJson("¡Error!");
143143
```
144144
```XML
145145
<FunctionResult>

README.TR.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Adım 2:Dönüşümlerin tadını çıkarın
7979
#### Alma
8080

8181
```CS
82-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83-
GetValues("Time", "Minute", "Second", "Hata!");
82+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83+
GetValue("Time", "Minute", "Second", "Hata!");
8484
```
8585
```XML
8686
<FunctionResult>
@@ -90,8 +90,8 @@ GetValues("Time", "Minute", "Second", "Hata!");
9090
```
9191

9292
```CS
93-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94-
GetValues("Speed", "MPH", "KPH", "Hata!");
93+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94+
GetValue("Speed", "MPH", "KPH", "Hata!");
9595
```
9696
```XML
9797
<FunctionResult>
@@ -103,8 +103,8 @@ GetValues("Speed", "MPH", "KPH", "Hata!");
103103
#### Ayarlama
104104

105105
```CS
106-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107-
SetValues("Time", "Minute", "Second", "30", "Hata!");
106+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107+
SetValue("Time", "Minute", "Second", "30", "Hata!");
108108
```
109109
```XML
110110
<FunctionResult>
@@ -114,8 +114,8 @@ SetValues("Time", "Minute", "Second", "30", "Hata!");
114114
```
115115

116116
```CS
117-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118-
SetValues("Speed", "MPH", "KPH", "2", "Hata!");
117+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118+
SetValue("Speed", "MPH", "KPH", "2", "Hata!");
119119
```
120120
```XML
121121
<FunctionResult>
@@ -127,8 +127,8 @@ SetValues("Speed", "MPH", "KPH", "2", "Hata!");
127127
#### Liste
128128

129129
```CS
130-
/* ListValues(string Error = "Error", string Title = "Title") */
131-
ListValues("Hata", "Başlık");
130+
/* ListValue(string Error = "Error", string Title = "Title") */
131+
ListValue("Hata", "Başlık");
132132
```
133133
```XML
134134
<FunctionResult>
@@ -138,8 +138,8 @@ ListValues("Hata", "Başlık");
138138
```
139139

140140
```CS
141-
/* ListValuesJson(string Error = ErrorMessage) */
142-
ListValuesJson("Hata!");
141+
/* ListValueJson(string Error = ErrorMessage) */
142+
ListValueJson("Hata!");
143143
```
144144
```XML
145145
<FunctionResult>

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Step 2:Enjoy conversions
7979
#### Get
8080

8181
```CS
82-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83-
GetValues("Time", "Minute", "Second", "Error!");
82+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
83+
GetValue("Time", "Minute", "Second", "Error!");
8484
```
8585
```XML
8686
<FunctionResult>
@@ -90,8 +90,8 @@ GetValues("Time", "Minute", "Second", "Error!");
9090
```
9191

9292
```CS
93-
/* GetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94-
GetValues("Speed", "MPH", "KPH", "Error!");
93+
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
94+
GetValue("Speed", "MPH", "KPH", "Error!");
9595
```
9696
```XML
9797
<FunctionResult>
@@ -103,8 +103,8 @@ GetValues("Speed", "MPH", "KPH", "Error!");
103103
#### Set
104104

105105
```CS
106-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107-
SetValues("Time", "Minute", "Second", "30", "Error!");
106+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
107+
SetValue("Time", "Minute", "Second", "30", "Error!");
108108
```
109109
```XML
110110
<FunctionResult>
@@ -114,8 +114,8 @@ SetValues("Time", "Minute", "Second", "30", "Error!");
114114
```
115115

116116
```CS
117-
/* SetValues(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118-
SetValues("Speed", "MPH", "KPH", "2", "Error!");
117+
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
118+
SetValue("Speed", "MPH", "KPH", "2", "Error!");
119119
```
120120
```XML
121121
<FunctionResult>
@@ -127,8 +127,8 @@ SetValues("Speed", "MPH", "KPH", "2", "Error!");
127127
#### List
128128

129129
```CS
130-
/* ListValues(string Error = "Error", string Title = "Title") */
131-
ListValues("Error", "Title");
130+
/* ListValue(string Error = "Error", string Title = "Title") */
131+
ListValue("Error", "Title");
132132
```
133133
```XML
134134
<FunctionResult>
@@ -138,8 +138,8 @@ ListValues("Error", "Title");
138138
```
139139

140140
```CS
141-
/* ListValuesJson(string Error = ErrorMessage) */
142-
ListValuesJson("Error!");
141+
/* ListValueJson(string Error = ErrorMessage) */
142+
ListValueJson("Error!");
143143
```
144144
```XML
145145
<FunctionResult>

demo/Conforyon.UI/Conforyon.UI/Conforyon.UI.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<StartupObject>Conforyon.UI.Program</StartupObject>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="Conforyon, Version=1.4.7.4, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Conforyon.1.4.7.4\lib\net48\Conforyon.dll</HintPath>
42+
<Reference Include="Conforyon, Version=1.4.7.5, Culture=neutral, processorArchitecture=MSIL">
43+
<HintPath>..\packages\Conforyon.1.4.7.5\lib\net48\Conforyon.dll</HintPath>
4444
</Reference>
4545
<Reference Include="System" />
4646
<Reference Include="System.Core" />
@@ -59,6 +59,7 @@
5959
<Compile Include="Properties\AssemblyInfo.cs" />
6060
<EmbeddedResource Include="Main.resx">
6161
<DependentUpon>Main.cs</DependentUpon>
62+
<SubType>Designer</SubType>
6263
</EmbeddedResource>
6364
<EmbeddedResource Include="Properties\Resources.resx">
6465
<Generator>ResXFileCodeGenerator</Generator>

demo/Conforyon.UI/Conforyon.UI/Main.Designer.cs

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)