コード例 #1
0
ファイル: ExceptionLogPage.cs プロジェクト: zi-yu/orionsbelt
 /// <summary>
 /// Botão para remover todas as excepções
 /// </summary>
 private void removeAllException_Click(object sender, EventArgs e)
 {
     ExceptionLog.removeAll();
 }