개정판 c923ad08
dev issue #000 : edit specbreak
Change-Id: Icae941ad0e692838f6ee0c80b01a3b7b5860bf25
DTI_PID/SPPIDConverter/ConverterDocking.cs | ||
---|---|---|
950 | 950 |
{ |
951 | 951 |
double d1X1, d1Y1, d1X2, d1Y2, d2X1, d2Y1, d2X2, d2Y2; |
952 | 952 |
|
953 |
string type1 = GetDrawingItemType(dependency1); |
|
954 |
string type2 = GetDrawingItemType(dependency2); |
|
955 |
|
|
956 |
if (type1 == "Connector") |
|
957 |
{ |
|
958 |
|
|
959 |
} |
|
960 |
if (type2 == "Connector") |
|
961 |
{ |
|
962 |
|
|
963 |
} |
|
964 |
return; |
|
965 |
|
|
966 | 953 |
Ingr.RAD2D.TextBox textBox1 = FindTextBoxArea(dependency1, out d1X1, out d1Y1, out d1X2, out d1Y2); |
967 | 954 |
Ingr.RAD2D.TextBox textBox2 = FindTextBoxArea(dependency2, out d2X1, out d2Y1, out d2X2, out d2Y2); |
968 | 955 |
|
내보내기 Unified diff