コード例 #1
0
ファイル: AOutput.cs プロジェクト: yukuyoulei/WebAPIs
 public void RegistOutputDel(delegateOutput del)
 {
     delOutput = del;
 }
コード例 #2
0
 public void OutputdelegateConnect(delegateOutput func)
 {
     NTextManager._onOutputline = func;
 }