Beispiel #1
0
 void Init(MainForm f)
 {
     text      = new ScintillaText();
     text.Dock = DockStyle.Fill;
     Controls.Add(text);
     text.Show();
 }
Beispiel #2
0
 void Init()
 {
     text.Dock = DockStyle.Fill;
     Controls.Add(text);
     text.Show();
 }