Skip to content

Commit eef48ad

Browse files
changes some buttons.
1 parent 8c9c5e4 commit eef48ad

File tree

4 files changed

+70
-70
lines changed

4 files changed

+70
-70
lines changed

Src/SamplesByPlatforms/Xceed.Blazor.Words.Sample/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h1>Select a button to export data to check how Xceed.Words.NET works!!!"</h1>
77

88
<div style="display: flex; flex-direction: column; align-items: center; margin-top: 50px;">
9-
<button class="btn btn-primary" @onclick="GenerateSimpleDocument" style="margin: 10px;">Generate Simple document (changed)</button>
9+
<button class="btn btn-primary" @onclick="GenerateSimpleDocument" style="margin: 10px;">Generate Simple document</button>
1010
<button class="btn btn-success" @onclick="GenerateList" style="margin: 10px;">Generate enumerated document</button>
1111
<button class="btn btn-secondary" @onclick="GenerateTable" style="margin: 10px;">Generate document with table</button>
1212
</div>

Src/SamplesByPlatforms/Xceed.Console.Words.Sample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void GenerateTableDocument()
122122
static void DisplayMenu()
123123
{
124124
Console.WriteLine( "Choose an option:".Pastel( "#FE671A" ) );
125-
Console.WriteLine( "1 - To export a document with simple data (3 pages with a normal text inside).".Pastel( "#FE671A" ) );
125+
Console.WriteLine( "1 - (Changed)To export a document with simple data (3 pages with a normal text inside).".Pastel( "#FE671A" ) );
126126
Console.WriteLine( "2 - To export a document with a numbered list and bulleted list.".Pastel( "#FE671A" ) );
127127
Console.WriteLine( "3 - To export a document with a table.".Pastel( "#FE671A" ) );
128128
Console.WriteLine( "0 - Exit".Pastel( "#FE671A" ) );

Src/SamplesByPlatforms/Xceed.WinForm.Words.Sample/Form1.Designer.cs

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

Src/SamplesByPlatforms/Xceed.Wpf.Words.Sample/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Button Name="btnGenerateSimpleDoc"
2323
Background="#FE671A"
2424
Foreground="White"
25-
Content="Generate Simple document"
25+
Content="(change)Generate Simple document"
2626
Width="200"
2727
Height="50"
2828
Margin="10"

0 commit comments

Comments
 (0)