Guest User

Form3.cs

a guest
Aug 9th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. using System.Windows.Forms;
  10.  
  11. namespace _03_AccountSwitcher
  12. {
  13. public partial class Form3 : Form
  14. {
  15. public Form3()
  16. {
  17. InitializeComponent();
  18. }
  19.  
  20. private void Form2_Load(object sender, EventArgs e)
  21. {
  22.  
  23. }
  24.  
  25. private void textBox1_TextChanged(object sender, EventArgs e)
  26. {
  27.  
  28. }
  29.  
  30. private void textBox2_TextChanged(object sender, EventArgs e)
  31. {
  32.  
  33. }
  34.  
  35. private void label1_Click(object sender, EventArgs e)
  36. {
  37.  
  38. }
  39.  
  40. private void label2_Click(object sender, EventArgs e)
  41. {
  42.  
  43. }
  44.  
  45. private void ValidateBtn_Click(object sender, EventArgs e)
  46. {
  47.  
  48. }
  49. }
  50. }
Add Comment
Please, Sign In to add comment