зеркало из https://github.com/telerik/xaml-sdk.git
19 строки
567 B
C#
19 строки
567 B
C#
using System.Windows;
|
|
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx;
|
|
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf;
|
|
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Csv;
|
|
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt;
|
|
|
|
namespace CustomizeUI_WPF
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for MainWindow.xaml
|
|
/// </summary>
|
|
public partial class MainWindow : Window
|
|
{
|
|
public MainWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |