Sign in

ECS / WCS_BH2_WangBan · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • WCS_BH2_WangBan
  • HH_WCS_BH2_Wangban
  • Page
  • TaskFlowView.xaml.cs
  • 添加项目文件。
    920efe24
    tf.ma authored
    2021-08-12 10:32:32 +0800  
    Browse Code »
TaskFlowView.xaml.cs 446 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
using System.Windows;
using System.Windows.Controls;

namespace HH_WCS_Standard
{
    /// <summary>
    /// TaskFlowView.xaml 的交互逻辑
    /// </summary>
    public partial class TaskFlowView
    {
        public TaskFlowView()
        {
            InitializeComponent();
        }

        private void Page_Loaded(object sender, RoutedEventArgs e)
        {
            AduDataGrids2.ItemsSource = App.taskflowList;
        }
    }
}