示例#1
0
 private async Task CreateTab()
 {
     _tabController = new TabController(_commandSender);
     await _tabController.Create(_openTabDto);
 }