PageRenderTime 48ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/Kronos/Kronos/testGitConflict.aspx.cs

https://github.com/lle/soen341kronos
C# | 39 lines | 29 code | 6 blank | 4 comment | 0 complexity | 56ea3577601ad323b8a8e8f9888c172a MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using System.Web.UI;
  6. using System.Web.UI.WebControls;
  7. using System.Data.SqlClient;
  8. using System.Data;
  9. using System.Data.Linq;
  10. using System.Configuration;
  11. using Kronos.CLASSES;
  12. using System.Net.Mail;
  13. using System.Net;
  14. namespace Kronos
  15. {
  16. public partial class test : System.Web.UI.Page
  17. {
  18. protected void Page_Load(object sender, EventArgs e)
  19. {
  20. register_label.Visible = false;
  21. }
  22. protected void testGitLam()
  23. {
  24. //Test! Lam
  25. }
  26. protected void testGitAlex()
  27. {
  28. //Test! Alex
  29. //THIS WWILL NOT WORK!!
  30. //CHANGING SOME STUFF
  31. }
  32. }
  33. }