Ejemplo n.º 1
0
 public void RegistOutputDel(delegateOutput del)
 {
     delOutput = del;
 }
Ejemplo n.º 2
0
 public void OutputdelegateConnect(delegateOutput func)
 {
     NTextManager._onOutputline = func;
 }