Ejemplo n.º 1
0
 private void LogNet_BeforeSaveToFile(object sender, Communication.LogNet.CommonEventArgs e)
 {
     // 显示日志信息
     ShowTextInfo(e.CommonMessage.ToString( ));
 }
Ejemplo n.º 2
0
 private void OnBeforeSaveToFile(CommonEventArgs args)
 {
     BeforeSaveToFile?.Invoke(this, args);
 }