Guest User

Untitled

a guest
Dec 15th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public partial class Default : System.Web.UI.Page
  2. {
  3. private DSSMasterPage masterPage;
  4. /*additional members excluded for brevity*/
  5.  
  6. protected void Page_Load(object sender, EventArgs e)
  7. {
  8. masterPage = (DSSMasterPage)this.Master;
  9. /*Additional function code excluded for brevity*/
  10. }
Add Comment
Please, Sign In to add comment