示例#1
0
 public TestViewModel(ScraperTextClient scraperClient, TextCategoryClient categoryClient)
 {
     this.scraperClient  = scraperClient;
     this.categoryClient = categoryClient;
 }
示例#2
0
 public TestViewModel(ScraperTextClient scraperClient, TextCategoryClient categoryClient) : base(scraperClient, categoryClient)
 {
     Title = "Test Scraper Categorizer";
     CardDragEndCommand = new AsyncRelayCommand <KanbanDragEndEventArgs>(OnCardDragEnd);
 }