mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			329 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			329 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Configuration;
 | |
| using System.Data;
 | |
| using System.Linq;
 | |
| using System.Threading.Tasks;
 | |
| using System.Windows;
 | |
| 
 | |
| namespace HamannPrinter
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Interaction logic for App.xaml
 | |
|     /// </summary>
 | |
|     public partial class App : Application
 | |
|     {
 | |
|     }
 | |
| }
 | 
