コード例 #1
0
 /// <inheritdoc />
 public void SetPointerPreferences(IPointerPreferences pointerPreferences)
 {
     this.pointerPreferences = pointerPreferences;
 }
コード例 #2
0
 public DefaultPointerMediator(IPointerPreferences pointerPrefs)
 {
     pointerPreferences = pointerPrefs;
 }
コード例 #3
0
 public DefaultPointerMediator()
 {
     pointerPreferences = null;
 }