31 lines
723 B
C#
Raw Normal View History

2025-04-01 17:27:30 +08:00
using RIZO.Client.BusinessModule.ViewModels;
using System;
2025-04-01 17:09:09 +08:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
2025-04-01 17:27:30 +08:00
namespace RIZO.Client.BusinessModule.Views
2025-04-01 17:09:09 +08:00
{
/// <summary>
/// ReportWorkView.xaml 的交互逻辑
/// </summary>
public partial class ReportWorkView : UserControl
{
public ReportWorkView()
{
InitializeComponent();
2025-04-01 17:27:30 +08:00
2025-04-01 17:09:09 +08:00
}
}
}