Beispiel #1
0
 public void Start()
 {
     _textEditor.CreateCode();
     _textEditor.Save();
     _compiller.Compile();
     _clr.Execute();
 }