Skip to content

Commit e8f5bcd

Browse files
2026-04-28 porting WebForm CoolCrypt to Blazor
1 parent 435e738 commit e8f5bcd

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

C#/EU.CqrXs/BlazorWeb/EU.CqrXs.BlazorWeb/EU.CqrXs.BlazorWeb.Client/EU.CqrXs.BlazorWeb.Client.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" Version="2.3.0" />
2727
</ItemGroup>
2828

29-
<ItemGroup>
30-
<Folder Include="wwwroot\img\" />
31-
</ItemGroup>
32-
3329
</Project>

C#/EU.CqrXs/BlazorWeb/EU.CqrXs.BlazorWeb/EU.CqrXs.BlazorWeb.Client/Pages/BlazorCrypt.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
style="max-width: 554px; column-count=256" />
1818
</span>
1919
<span class="centerSpan" style="width: 68px; min-width: 60px; max-width: 72px">
20-
<Button type="button" itemid="ButtonClear" Text="clear" title="Clear SymChiffre Pipeline" @onclick="ButtonClear_Click" />
20+
<Button type="button" itemid="ButtonClear" title="Clear SymChiffre Pipeline" @onclick="ButtonClear_Click">Clear</Button>
2121
&nbsp;
2222
</span>
2323
<span class="rightSpan" style="width: 68px; min-width: 48px; max-width: 72px">
@@ -77,10 +77,10 @@
7777

7878
</span>
7979
<span class="rightSpan" style="width: 136px; min-width: 96px; max-width: 144px">
80-
<Button type="button" itemid="ButtonSetPipe" Text="set pipe" title="set symmetric cipher pipeline" @onclick="ButtonSetPipe_Click"
81-
style="width: 68px; min-width: 60px; max-width: 72px" />
82-
<Button type="button" itemid="ButtonHashPipe" Text="hash pipe" title="hash symmetric cipher pipeline" @onclick="ButtonHashPipe_Click"
83-
style="width: 68px; min-width: 60px; max-width: 72px" />
80+
<Button type="button" itemid="ButtonSetPipe" title="set symmetric cipher pipeline" @onclick="ButtonSetPipe_Click"
81+
style="width: 68px; min-width: 60px; max-width: 72px">set pipe</Button>
82+
<Button type="button" itemid="ButtonHashPipe" title="hash symmetric cipher pipeline" @onclick="ButtonHashPipe_Click"
83+
style="width: 68px; min-width: 60px; max-width: 72px">hash pipe</Button>
8484
</span>
8585
</div>
8686
<hr />
7.63 KB
Loading

0 commit comments

Comments
 (0)