Exemplo n.º 1
0
 /// <summary>
 /// Handle the VS shutdown query and stop the log thread if it's running.
 /// </summary>
 /// <param name="canClose"></param>
 /// <returns></returns>
 protected override int QueryClose(out bool canClose)
 {
     WagCommand.StopLogging();
     return(base.QueryClose(out canClose));
 }