Renamed Print/ to Documents/
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user