コード例 #1
0
 public SearchBoxUserControlViewModel()
 {
     this.DelayingTextInputUserControlViewModel = new DelayingTextInputUserControlViewModel()
     {
         Text = "Something!", Hint = "Search"
     };
 }
コード例 #2
0
 protected override void dispose()
 {
     this.DelayingTextInputUserControlViewModel = null;
 }