コード例 #1
0
ファイル: HyperTimer.cs プロジェクト: nebtrx/hypertimer
 public static HyperTimerConfiguration Reconfigure()
 {
     return Configuration = new HyperTimerConfiguration();
 }
コード例 #2
0
 public static HyperTimerConfiguration Reconfigure()
 {
     return(Configuration = new HyperTimerConfiguration());
 }
コード例 #3
0
ファイル: HyperTimer.cs プロジェクト: nebtrx/hypertimer
 static HyperTimer()
 {
     Configuration = new HyperTimerConfiguration();
 }
コード例 #4
0
 static HyperTimer()
 {
     Configuration = new HyperTimerConfiguration();
 }