Subversion Repositories Code-Repo

Rev

Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 63
Line 7... Line 7...
7
using System.Text;
7
using System.Text;
8
using System.Windows.Forms;
8
using System.Windows.Forms;
9
 
9
 
10
namespace SWAT_Office_App
10
namespace SWAT_Office_App
11
{
11
{
12
    public partial class AddHiddenAccount_Form : Form
12
    public partial class Add_Hidden_Account_Form : Form
13
    {
13
    {
14
        public AddHiddenAccount_Form()
14
        public Add_Hidden_Account_Form()
15
        {
15
        {
16
            InitializeComponent();
16
            InitializeComponent();
17
            this.btn_Ok.Enabled = false;
17
            this.btn_Ok.Enabled = false;
18
 
18
 
19
            this.txt_AddHiddenAccount.TextChanged += new EventHandler(this.txt_TextChanged);
19
            this.txt_AddHiddenAccount.TextChanged += new EventHandler(this.txt_TextChanged);