You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
335 B

  1. using Swift.web.Library;
  2. using System;
  3. namespace Swift.web.AccountSetting.CreateLedger
  4. {
  5. public partial class SearchAccount : System.Web.UI.Page
  6. {
  7. private SwiftLibrary _sl = new SwiftLibrary();
  8. protected void Page_Load(object sender, EventArgs e)
  9. {
  10. _sl.CheckSession();
  11. }
  12. }
  13. }