PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/MyVMPortal/Contact.aspx.cs

https://github.com/mwasham/wasvcmgmntapi
C# | 17 lines | 15 code | 2 blank | 0 comment | 0 complexity | 93012e5ae6c5f67cace187fa006fd927 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. namespace MyVMPortal
  8. {
  9. public partial class Contact : Page
  10. {
  11. protected void Page_Load(object sender, EventArgs e)
  12. {
  13. }
  14. }
  15. }