コード例 #1
0
ファイル: ViewSpy.cs プロジェクト: fernandoescolar/myweather
 internal CountCallers(ViewSpy <TViewModel> parent)
 {
     this.parent = parent;
 }
コード例 #2
0
ファイル: ViewSpy.cs プロジェクト: fernandoescolar/myweather
 internal CountCallerMethods(ViewSpy <TViewModel> parent, int count)
 {
     this.parent = parent;
     this.count  = count;
 }
コード例 #3
0
ファイル: ViewSpy.cs プロジェクト: fernandoescolar/myweather
 internal CountCallsMethods(ViewSpy <TViewModel> parent, int position)
 {
     this.parent   = parent;
     this.position = position;
 }