예제 #1
0
    private void DisplayMatchResult(AgeTransform tableitem, TechnologyFrame techno, int index)
    {
        Rect position;

        techno.AgeTransform.ComputeGlobalPosition(out position);
        position.x        -= this.ResearchView.X;
        position.y        -= this.ResearchView.Y;
        tableitem.Position = position;
        tableitem.StartAllModifiers(true, false);
    }