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