Exemple #1
0
 /// <summary>
 /// Führt die eigentliche Belegung aus.
 /// </summary>
 public void Allocate()
 {
     // Blind forward
     m_map.Allocate(m_allocationIndex, m_source, ref m_plan.Planned);
 }