示例#1
0
 public CodeForm(BrowserForm bf)
 {
     InitializeComponent();
     this.Font        = System.Drawing.SystemFonts.MessageBoxFont;
     this.browserForm = bf;
 }
示例#2
0
 public CodeForm(BrowserForm bf)
 {
     InitializeComponent();
     this.Font        = System.Drawing.SystemFonts.MessageBoxFont;
     this.browserForm = bf;
 }