Esempio n. 1
0
 public FormBreakPoints(MainForm Main)
 {
     //
     // The InitializeComponent() call is required for Windows Forms designer support.
     //
     InitializeComponent();
     mf=Main;
     //
     // TODO: Add constructor code after the InitializeComponent() call.
     //
 }
Esempio n. 2
0
 internal Text(MainForm Parent)
 {
     this.vm=Parent.vm;
     font=FONT_ASCII;
     xpos=0;
     ypos=0;
 }