프로젝트

일반

사용자정보

개정판 99a193f1

ID99a193f1bdc54812085a3c83e2aa6bcc43b4550f
상위 14c84940
하위 b25f5d9e, fdbbac79

임예철이(가) 3년 이상 전에 추가함

issue #1059: reset함수 중복 삭제

Change-Id: I5ddf5d0adf7a1dc6256489ac894eb5d3c3ad6083

차이점 보기:

HYTOS/HYTOS/Commands/PlaceCalloutCommand.py
98 98

  
99 99
    def redo(self):
100 100
        pass
101

  
102
    def reset(self):
103
        pass
HYTOS/HYTOS/Commands/PlaceCloudCommand.py
90 90

  
91 91
    def redo(self):
92 92
        pass
93

  
94
    def reset(self):
95
        pass
HYTOS/HYTOS/Commands/PlaceDimensionCommand.py
100 100

  
101 101
    def redo(self):
102 102
        pass
103

  
104
    def reset(self):
105
        pass
HYTOS/HYTOS/Commands/PlaceStreamlineCommand.py
117 117

  
118 118
    def redo(self):
119 119
        pass
120

  
121
    def reset(self):
122
        pass
ReportApp/ReportApp/Program.cs
13 13
        private static int Main(string[] args)
14 14
        {
15 15
            SpreadsheetInfo.SetLicense("SN-2021May25-IPYYaC5T2J/LIzFImndeajkkMS/Fn1fLWGfjRRxTNu/uan2hm9KrTK/v9hdsQfLCOuUeMZXrEHCPsmS7Pnp4YGIGsOw==A");
16

  
16
           
17 17
            if (args[0] != null && args[1] != null && args.Count() == 2)
18 18
            {
19 19
                string ExcelPath = args[0];

내보내기 Unified diff

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