프로젝트

일반

사용자정보

개정판 88cb9898

ID88cb9898f402c67f16c24dcac3c8bef04c5767c6
상위 e4ad75cb
하위 09a2e00c

gaqhf 이(가) 약 5년 전에 추가함

dev issue #1224 : add APID converter palette

Change-Id: If659946746d2344ae0665c40250c63fda57e2a69

차이점 보기:

DTI_PID/APIDConverter/Utils/APIDUtils.cs
25 25

  
26 26
            return null;
27 27
        }
28

  
29
        public static void SetAvevaExplorer()
30
        {
31
            bool exist = false;
32
            string sName = "APID Converter";
33
            for (int i = 0; i < Aveva.Command.AvevaCommands.projectExplorer.Count; i++)
34
            {
35
                if (Aveva.Command.AvevaCommands.projectExplorer[i].Name == sName)
36
                {
37
                    exist = true;
38
                    Aveva.Command.AvevaCommands.projectExplorer.Remove(i);
39
                    break;
40
                }
41
            }
42

  
43
            if (!exist)
44
            {
45
                Aveva.Command.AvevaCommands.projectExplorer.Add(sName, new APIDConverterExplorer());
46
                Aveva.Command.AvevaCommands.projectExplorer.Activate(Aveva.Command.AvevaCommands.projectExplorer.Count - 1);
47
            }
48
                
49
        }
28 50
    }
29 51
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)