コード例 #1
0
 protected virtual void PushToFilter(CommandBase command)
 {
     Task.Factory.StartNew(() => DoPushToFilter(command));
 }