File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Xceed.Blazor.Words.Sample
Xceed.Console.Words.Sample
Xceed.WinForm.Words.Sample Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44using Xceed . Blazor . Words . Sample . Services ;
55
66// Replace the License Key by a valid license.
7- Xceed . Words . NET . Licenser . LicenseKey = "XXXXX-XXXXX-XXXXX-YYYY " ;
7+ Xceed . Words . NET . Licenser . LicenseKey = "LICENSE_KEY_PLACEHOLDER " ;
88
99var builder = WebAssemblyHostBuilder . CreateDefault ( args ) ;
1010builder . RootComponents . Add < App > ( "#app" ) ;
Original file line number Diff line number Diff line change 33using Xceed . Words . NET ;
44
55// Replace the License Key by a valid license.
6- Xceed . Words . NET . Licenser . LicenseKey = "XXXXX-XXXXX-XXXXX-YYYY " ;
6+ Xceed . Words . NET . Licenser . LicenseKey = "LICENSE_KEY_PLACEHOLDER " ;
77Console . Title = "Xceed Words.NET Sample" ;
88bool isopened = false ;
99while ( true )
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ public partial class Form1 : Form
1010 public Form1 ( )
1111 {
1212 InitializeComponent ( ) ;
13- // Replace the License Key by a valid license.
14- Xceed . Words . NET . Licenser . LicenseKey = "XXXXX-XXXXX-XXXXX-YYYY " ;
15- }
13+ // Replace the License Key by a valid license.
14+ Xceed . Words . NET . Licenser . LicenseKey = "LICENSE_KEY_PLACEHOLDER " ;
15+ }
1616
17- private void button1_Click ( object sender , EventArgs e )
17+ private void button1_Click ( object sender , EventArgs e )
1818 {
1919 SaveFileDialog saveFileDialog = new SaveFileDialog ( ) ;
2020 saveFileDialog . Filter = "Word Document|*.docx" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public MainWindow()
1010 {
1111 InitializeComponent ( ) ;
1212 // Replace the License Key by a valid license.
13- Xceed . Words . NET . Licenser . LicenseKey = "XXXXX-XXXXX-XXXXX-YYYY " ;
13+ Xceed . Words . NET . Licenser . LicenseKey = "LICENSE_KEY_PLACEHOLDER " ;
1414 }
1515
1616 private void btnGenerateSimpleDoc_Click ( object sender , RoutedEventArgs e )
You can’t perform that action at this time.
0 commit comments