Renamed Print/ to Documents/

This commit is contained in:
2023-03-05 14:58:31 +01:00
parent 7416c03b92
commit a6264d7a64
10 changed files with 104 additions and 49 deletions

View File

@ -19,9 +19,6 @@ using WGneu.Models;
namespace WGneu.Windows {
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window {
private readonly WgContext _context = new WgContext();
private CollectionViewSource countryViewSource;
@ -32,7 +29,7 @@ namespace WGneu.Windows {
private void Window_Loaded(object sender, RoutedEventArgs e) {
_context.Countries.Load();
Print.Pdf.Init();
Documents.Pdf.Init();
countryViewSource.Source = _context.Countries.Local.ToObservableCollection();
}
@ -47,7 +44,7 @@ namespace WGneu.Windows {
}
private void Button3_Click(object sender, EventArgs e) {
Print.Template.Test();
Documents.Template.Test();
}
private void Button_Click(object sender, RoutedEventArgs e) {