Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public Button PageButton
  2. {
  3. get { return this.ProjectManagerOperation; }
  4. set { this.ProjectManagerOperation = value; }
  5. }
  6.  
  7. <%@ Register Src="~/ContactUC.ascx" TagPrefix="uc1" TagName="ContactUC" %>
  8.  
  9. ContactUC c = new ContactUC();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement