コード例 #1
0
 internal void ReloadTaskPanel()
 {
     if (_currentTaskPanel != null)
     {
         _currentTaskPanel.Reload();
     }
 }