コード例 #1
0
 public ForgotPassword(LoginScreen LS)
 {
     InitializeComponent();
     LogScreen  = LS;
     controller = new Controller();
     enc        = new EncryptCode();
 }
コード例 #2
0
 public Registeration(Form Registeration)
 {
     InitializeComponent();
     Regist     = Registeration;
     controller = new Controller();
     enc        = new EncryptCode();
     VF         = new ValidationFunctions();
     G.Text     = "Male";
     EX.Text    = "0";
     BT.Text    = "A+";
 }
コード例 #3
0
 public LoginScreen()
 {
     InitializeComponent();
     controller = new Controller();
     enc        = new EncryptCode();
 }