merged changes, remove unneccessary functions
This commit is contained in:
5
Form1.Designer.cs
generated
5
Form1.Designer.cs
generated
@@ -56,7 +56,7 @@ namespace it_projekt
|
||||
this.loginBtn.TabIndex = 0;
|
||||
this.loginBtn.Text = "Login";
|
||||
this.loginBtn.UseVisualStyleBackColor = true;
|
||||
this.loginBtn.Click += new System.EventHandler(this.loginBtn_Click);
|
||||
this.loginBtn.Click += new System.EventHandler(this.LoadUsersFromTable);
|
||||
//
|
||||
// exportBtn
|
||||
//
|
||||
@@ -174,7 +174,6 @@ namespace it_projekt
|
||||
this.jsonRBtn.TabStop = true;
|
||||
this.jsonRBtn.Text = "JSON";
|
||||
this.jsonRBtn.UseVisualStyleBackColor = true;
|
||||
this.jsonRBtn.CheckedChanged += new System.EventHandler(this.jsonRBtn_CheckedChanged);
|
||||
//
|
||||
// xmlRBtn
|
||||
//
|
||||
@@ -185,7 +184,6 @@ namespace it_projekt
|
||||
this.xmlRBtn.TabIndex = 9;
|
||||
this.xmlRBtn.Text = "XML";
|
||||
this.xmlRBtn.UseVisualStyleBackColor = true;
|
||||
this.xmlRBtn.CheckedChanged += new System.EventHandler(this.xmlRBtn_CheckedChanged);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
@@ -203,7 +201,6 @@ namespace it_projekt
|
||||
this.Controls.Add(this.loginBtn);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user