private void _bShowSource_Click(object sender, EventArgs e) { try { this.HtmlCode = MasterForm.GetResource(this.GetType().ToString() + ".htm"); } catch { this.HtmlCode = "Document not found."; } }