private void InjectDelay(string pid_src, string pid_dst) { PCS pcs = null; pid_pcs_Dict.TryGetValue(pid_src, out pcs); if (pcs != null) { Console.WriteLine(pcs.InjectDelay(pid_src, pid_dst)); } }