Skip to content

Commit

Permalink
v28.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncfusionBuild committed Jan 30, 2025
1 parent 75b04f5 commit 185d69d
Show file tree
Hide file tree
Showing 96 changed files with 7,061 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ The easiest way to use these samples without using Git is to download the zip fi

* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <[email protected]>.

<p>Copyright © 2001-2024 Syncfusion, Inc. Updated on 2024-12-14 at precisely 04:16:21 EST.</p>
<p>Copyright © 2001-2025 Syncfusion, Inc. Updated on 2025-01-30 at precisely 09:18:03 EST.</p>
43 changes: 43 additions & 0 deletions showcase/Presentation Demo/CS/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#region Copyright Syncfusion® Inc. 2001-2025.
// Copyright Syncfusion® Inc. 2001-2025. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// [email protected]. Any infringement will be prosecuted under
// applicable laws.
#endregion
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FormAppearance")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Syncfusion Inc.")]
[assembly: AssemblyProduct("FormAppearance")]
[assembly: AssemblyCopyright("Copyright © 2001-2025 Syncfusion® Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("52142334-2f01-4953-96aa-0a40ca7b0c30")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file not shown.
348 changes: 348 additions & 0 deletions showcase/Presentation Demo/CS/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 185d69d

Please sign in to comment.