| 1234567891011121314151617181920212223242526272829 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
- using CoreFS.CA06;
- namespace Core.StlMes.Client.LgResMgt
- {
- public partial class frmFinishesMgt : FrmBase
- {
- public frmFinishesMgt()
- {
- InitializeComponent();
- }
- private void frmNonPlanMgt_Load(object sender, EventArgs e)
- {
- }
- private void ultraExpandableGroupBox2_ExpandedStateChanging(object sender, CancelEventArgs e)
- {
- }
- }
- }
|