예제 #1
0
 private void OnGot_RAW_TEXT(Got_RAW_TEXT_EventArgs e)
 {
     if (Got_RAW_TEXT != null)
     {
         Got_RAW_TEXT(this, e);
     }
 }
예제 #2
0
파일: RawText.cs 프로젝트: bignall/CS-ELBot
 private void OnGot_RAW_TEXT(Got_RAW_TEXT_EventArgs e)
 {
     if(Got_RAW_TEXT!=null)
         Got_RAW_TEXT(this,e);
 }