コード例 #1
0
ファイル: Zombification.cs プロジェクト: dlebansais/ZombifyMe
 /// <summary>
 /// Tells the monitoring thread the main thread is alive.
 /// </summary>
 public static void SetAlive()
 {
     AliveWatch.Restart();
 }