コード例 #1
0
		internal void FireCheckConnection(CheckConnectionEventArgs e)
		{
			if (OnCheckConnection != null)
			{
				OnCheckConnection(this, e);
			}
		}
コード例 #2
0
ファイル: DBSelectionDialog.cs プロジェクト: shtspk/raskroy
 internal void FireCheckConnection(CheckConnectionEventArgs e)
 {
     if (OnCheckConnection != null)
     {
         OnCheckConnection(this, e);
     }
 }