Ejemplo n.º 1
0
 /// <summary>
 /// The success.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="method">
 /// The method.
 /// </param>
 public static void WinEventSuccess(object sender, string method)
 {
     WindowsEventLog.Success(sender, method);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The success.
 /// </summary>
 /// <param name="method">
 /// The method.
 /// </param>
 public static void WinEventSuccess(string method)
 {
     WindowsEventLog.Success(method);
 }