public ForgotPassword(LoginScreen LS) { InitializeComponent(); LogScreen = LS; controller = new Controller(); enc = new EncryptCode(); }
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+"; }
public LoginScreen() { InitializeComponent(); controller = new Controller(); enc = new EncryptCode(); }