
Partial Class kwikkopy_DefaultMasterPage
    Inherits System.Web.UI.MasterPage


    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        'ContactInfoLabel.Text = " <b>Print Three Head Office</b> <br />8400 Jane St, Building D<br />9056698895<br />PTheadoffice@printthree.com"
    End Sub


End Class

