コード例 #1
0
        private void method_17(int int_0, int int_1, int int_2)
        {
            Cell cell = (Cell)base.matrix[int_0, int_1];

            if (cell != null)
            {
                switch (int_2)
                {
                case 1:
                {
                    short  key = 701;
                    object val = cell.getValue(701);
                    if (val != null)
                    {
                        cell.setValue(key, val);
                    }
                    key = 702;
                    val = cell.getValue(702);
                    if (val != null)
                    {
                        cell.setValue(key, val);
                    }
                    key = 703;
                    val = cell.getValue(703);
                    if (val != null)
                    {
                        cell.setValue(key, val);
                    }
                    break;
                }

                case 2:
                {
                    short  num3 = 704;
                    object obj4 = cell.getValue(704);
                    if (obj4 != null)
                    {
                        cell.setValue(num3, obj4);
                    }
                    num3 = 705;
                    obj4 = cell.getValue(705);
                    if (obj4 != null)
                    {
                        cell.setValue(num3, obj4);
                    }
                    num3 = 706;
                    obj4 = cell.getValue(706);
                    if (obj4 != null)
                    {
                        cell.setValue(num3, obj4);
                    }
                    break;
                }

                case 3:
                {
                    short  num2 = 707;
                    object obj3 = cell.getValue(707);
                    if (obj3 != null)
                    {
                        cell.setValue(num2, obj3);
                    }
                    num2 = 708;
                    obj3 = cell.getValue(708);
                    if (obj3 != null)
                    {
                        cell.setValue(num2, obj3);
                    }
                    num2 = 709;
                    obj3 = cell.getValue(709);
                    if (obj3 != null)
                    {
                        cell.setValue(num2, obj3);
                    }
                    break;
                }

                case 4:
                {
                    short  num  = 710;
                    object obj2 = cell.getValue(710);
                    if (obj2 != null)
                    {
                        cell.setValue(num, obj2);
                    }
                    num  = 711;
                    obj2 = cell.getValue(711);
                    if (obj2 != null)
                    {
                        cell.setValue(num, obj2);
                    }
                    num  = 712;
                    obj2 = cell.getValue(712);
                    if (obj2 != null)
                    {
                        cell.setValue(num, obj2);
                    }
                    break;
                }
                }
            }
        }