コード例 #1
0
 void _database_GetTotalRowsProgressChanged(object sender, GetTotalRowsArgs e)
 {
     if (GetTotalRowsProgressChanged != null)
     {
         GetTotalRowsProgressChanged(this, e);
     }
 }
コード例 #2
0
ファイル: MySqlBackup.cs プロジェクト: Lahiru-J/MySqlBackup
 private void _database_GetTotalRowsProgressChanged(object sender, GetTotalRowsArgs e)
 {
     GetTotalRowsProgressChanged?.Invoke(this, e);
 }