mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
19 lines
333 B
C#
19 lines
333 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace HamannPrinter
|
|
{
|
|
public partial class DocxToPdf : Form
|
|
{
|
|
public DocxToPdf()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|