LineView.xaml.cs 261 B

12345678910111213
  1. namespace vStation.Presentation.ReportTemplate
  2. {
  3. /// <summary>
  4. /// Interaction logic for LineView.xaml
  5. /// </summary>
  6. public partial class LineView
  7. {
  8. public LineView()
  9. {
  10. InitializeComponent();
  11. }
  12. }
  13. }