コード例 #1
0
ファイル: Processor.cs プロジェクト: radtek/csql
 /// <summary>
 /// Called before the first batch is processed.
 /// </summary>
 public void SignIn()
 {
     m_processor.SignIn();
 }