コード例 #1
0
ファイル: TimeProfile.cs プロジェクト: knocte/BuildAMation
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }
コード例 #2
0
ファイル: TimeProfile.cs プロジェクト: fhchina/BuildAMation
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile   = profile;
     this.stopWatch = new System.Diagnostics.Stopwatch();
 }
コード例 #3
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }