コード例 #1
0
 public ProfileStatisticsContainer(object parent)
 {
     stats       = new ProfileStatistics(this);
     this.Parent = parent;
 }
コード例 #2
0
 public ProfileStatistic(IProfileStatistics parent)
 {
     stats       = new ProfileStatistics(this);
     this.Parent = parent;
 }