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

Commit

Permalink
Revising
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Apr 3, 2022
1 parent 80a5a84 commit aa782ed
Show file tree
Hide file tree
Showing 26 changed files with 217 additions and 210 deletions.
26 changes: 13 additions & 13 deletions README.ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Paso 2:Disfruta de las conversiones
#### Conseguir

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Time", "Minute", "Second", "¡Error!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Time, "Minute", "Second", "¡Error!");
```
```XML
<FunctionResult>
Expand All @@ -92,8 +92,8 @@ GetValue("Time", "Minute", "Second", "¡Error!");
```

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Speed", "MPH", "KPH", "¡Error!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Speed, "MPH", "KPH", "¡Error!");
```
```XML
<FunctionResult>
Expand All @@ -105,8 +105,8 @@ GetValue("Speed", "MPH", "KPH", "¡Error!");
#### Conjunto

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Time", "Minute", "Second", "30", "¡Error!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Time, "Minute", "Second", "30", "¡Error!");
```
```XML
<FunctionResult>
Expand All @@ -116,8 +116,8 @@ SetValue("Time", "Minute", "Second", "30", "¡Error!");
```

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Speed", "MPH", "KPH", "2", "¡Error!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Speed, "MPH", "KPH", "2", "¡Error!");
```
```XML
<FunctionResult>
Expand Down Expand Up @@ -146,7 +146,7 @@ ListValueJson("¡Error!");
```XML
<FunctionResult>
<ReturnType>System.String</ReturnType>
<ReturnValue>(JS-Serialize)...</ReturnValue>
<ReturnValue>(Json)...</ReturnValue>
</FunctionResult>
```

Expand Down Expand Up @@ -196,8 +196,8 @@ GetAudio(true);
#### HEX -> RGB

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("FFFFFF", ColorType.RGB1, "¡Error!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("FFFFFF", ColorType.RGB1, "¡Error!");
```
```XML
<FunctionResult>
Expand All @@ -207,8 +207,8 @@ HEXtoRGB("FFFFFF", ColorType.RGB1, "¡Error!");
```

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("#000000", ColorType.RRGGBB1, "¡Error!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("#000000", ColorType.RRGGBB1, "¡Error!");
```
```XML
<FunctionResult>
Expand Down
26 changes: 13 additions & 13 deletions README.TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Adım 2:Dönüşümlerin tadını çıkarın
#### Alma

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Time", "Minute", "Second", "Hata!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Time, "Minute", "Second", "Hata!");
```
```XML
<FunctionResult>
Expand All @@ -92,8 +92,8 @@ GetValue("Time", "Minute", "Second", "Hata!");
```

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Speed", "MPH", "KPH", "Hata!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Speed, "MPH", "KPH", "Hata!");
```
```XML
<FunctionResult>
Expand All @@ -105,8 +105,8 @@ GetValue("Speed", "MPH", "KPH", "Hata!");
#### Ayarlama

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Time", "Minute", "Second", "30", "Hata!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Time, "Minute", "Second", "30", "Hata!");
```
```XML
<FunctionResult>
Expand All @@ -116,8 +116,8 @@ SetValue("Time", "Minute", "Second", "30", "Hata!");
```

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Speed", "MPH", "KPH", "2", "Hata!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Speed, "MPH", "KPH", "2", "Hata!");
```
```XML
<FunctionResult>
Expand Down Expand Up @@ -146,7 +146,7 @@ ListValueJson("Hata!");
```XML
<FunctionResult>
<ReturnType>System.String</ReturnType>
<ReturnValue>(JS-Serialize)...</ReturnValue>
<ReturnValue>(Json)...</ReturnValue>
</FunctionResult>
```

Expand Down Expand Up @@ -196,8 +196,8 @@ GetAudio(true);
#### HEX -> RGB

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("FFFFFF", ColorType.RGB1, "Hata!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("FFFFFF", ColorType.RGB1, "Hata!");
```
```XML
<FunctionResult>
Expand All @@ -207,8 +207,8 @@ HEXtoRGB("FFFFFF", ColorType.RGB1, "Hata!");
```

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("#000000", ColorType.RRGGBB1, "Hata!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("#000000", ColorType.RRGGBB1, "Hata!");
```
```XML
<FunctionResult>
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Step 2:Enjoy conversions
#### Get

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Time", "Minute", "Second", "Error!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Time, "Minute", "Second", "Error!");
```
```XML
<FunctionResult>
Expand All @@ -92,8 +92,8 @@ GetValue("Time", "Minute", "Second", "Error!");
```

```CS
/* GetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue("Speed", "MPH", "KPH", "Error!");
/* GetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Error = ErrorMessage) */
GetValue(MethodType.Speed, "MPH", "KPH", "Error!");
```
```XML
<FunctionResult>
Expand All @@ -105,8 +105,8 @@ GetValue("Speed", "MPH", "KPH", "Error!");
#### Set

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Time", "Minute", "Second", "30", "Error!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Time, "Minute", "Second", "30", "Error!");
```
```XML
<FunctionResult>
Expand All @@ -116,8 +116,8 @@ SetValue("Time", "Minute", "Second", "30", "Error!");
```

```CS
/* SetValue(string Key1 = "DataStorage", string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue("Speed", "MPH", "KPH", "2", "Error!");
/* SetValue(MethodType Method = MethodType.DataStorage, string Key2 = "Bit", string Key3 = "Byte", string Value = "8", string Error = ErrorMessage) */
SetValue(MethodType.Speed, "MPH", "KPH", "2", "Error!");
```
```XML
<FunctionResult>
Expand Down Expand Up @@ -146,7 +146,7 @@ ListValueJson("Error!");
```XML
<FunctionResult>
<ReturnType>System.String</ReturnType>
<ReturnValue>(JS-Serialize)...</ReturnValue>
<ReturnValue>(Json)...</ReturnValue>
</FunctionResult>
```

Expand Down Expand Up @@ -196,8 +196,8 @@ GetAudio(true);
#### HEX -> RGB

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("FFFFFF", ColorType.RGB1, "Error!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("FFFFFF", ColorType.RGB1, "Error!");
```
```XML
<FunctionResult>
Expand All @@ -207,8 +207,8 @@ HEXtoRGB("FFFFFF", ColorType.RGB1, "Error!");
```

```CS
/* HEXtoRGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
HEXtoRGB("#000000", ColorType.RRGGBB1, "Error!");
/* RGB(string Hex, ColorType Type = ColorType.RGB1, string Error = ErrorMessage) */
RGB("#000000", ColorType.RRGGBB1, "Error!");
```
```XML
<FunctionResult>
Expand Down
6 changes: 3 additions & 3 deletions demo/Conforyon.UI/Conforyon.UI/Conforyon.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<AnalysisLevel>preview</AnalysisLevel>
<LangVersion>preview</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
<NeutralLanguage>en-GB</NeutralLanguage>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
Expand All @@ -15,6 +15,6 @@
<StartupObject>Conforyon.UI.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Conforyon" Version="1.4.7.7" />
<PackageReference Include="Conforyon" Version="2.0.0.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit aa782ed

Please sign in to comment.