コード例 #1
0
ファイル: Timer.cs プロジェクト: hakanaku2009/svn-dump
 public static void DumpInfo(TextWriter tw)
 {
     TimerThread.DumpInfo(tw);
 }
コード例 #2
0
 public void DumpInfoTest()
 {
     TimerThread.DumpInfo();
     Assert.Inconclusive("无法验证不返回值的方法。");
 }