20 lines
394 B
C#
20 lines
394 B
C#
using System;
|
|
using System.Linq;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Data;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace INT_PT002.Controls
|
|
{
|
|
public partial class ControlMenuSystemStatus1 : UserControl
|
|
{
|
|
public ControlMenuSystemStatus1()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|