コード例 #1
0
 /// <summary>
 /// The btn get stats_ click.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="e">
 /// The e.
 /// </param>
 protected void btnGetStats_Click([NotNull] object sender, [NotNull] EventArgs e)
 {
     this.txtIndexStatistics.Text = LegacyDb.db_getstats_warning() + "\r\n{0}".FormatWith(LegacyDb.db_getstats_new());
 }