Newer
Older
GHFX_REFACTOR / FrmUAPPUSER.cs
wxn on 9 Nov 2016 196 bytes 冗余代码整理
using System.Windows.Forms;

namespace Cyberpipe
{
    public partial class FrmUAPPUSER : Form
    {
        public FrmUAPPUSER()
        {
            InitializeComponent();
        }
    }
}