Sign in

ECS / WCS_LiuzhouZhituo · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • WCS_LiuzhouZhituo
  • UserCtrlsByDXC
  • UCSTA_S.cs
  • 更改,不适用MDI父窗体,调度信息直接显示在父窗体;
    403cd264
    liufu authored
    2018-08-17 17:31:46 +0800  
    Browse Code »
UCSTA_S.cs 356 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace UserCtrlsByDXC
{
    public partial class UCSTA_S : UserControl
    {
        public UCSTA_S()
        {
            InitializeComponent();
        }
    }
}