개정판 857a9964
issue #0000 radcontrolspy 제거
Change-Id: Ia658a5fa73f30494806064cb5a69a655b91093b4
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
58 | 58 |
</PropertyGroup> |
59 | 59 |
<ItemGroup> |
60 | 60 |
<Reference Include="PresentationCore" /> |
61 |
<Reference Include="RadControlSpy, Version=2023.1.314.48, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL"> |
|
62 |
<SpecificVersion>False</SpecificVersion> |
|
63 |
<HintPath>C:\Program Files (x86)\Progress\Telerik UI for WinForms R1 2023\Bin40\RadControlSpy.dll</HintPath> |
|
64 |
</Reference> |
|
65 | 61 |
<Reference Include="System" /> |
66 | 62 |
<Reference Include="System.Core" /> |
67 | 63 |
<Reference Include="System.Xml.Linq" /> |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
43 | 43 |
{ |
44 | 44 |
InitializeComponent(); |
45 | 45 |
|
46 |
Telerik.WinControls.RadControlSpy.RadControlSpyForm radControlSpyForm = new Telerik.WinControls.RadControlSpy.RadControlSpyForm(); |
|
47 |
radControlSpyForm.Show(); |
|
46 |
//Telerik.WinControls.RadControlSpy.RadControlSpyForm radControlSpyForm = new Telerik.WinControls.RadControlSpy.RadControlSpyForm();
|
|
47 |
//radControlSpyForm.Show();
|
|
48 | 48 |
|
49 | 49 |
SpreadsheetInfo.SetLicense(Properties.Settings.Default.GemBoxLicense); |
50 | 50 |
|
내보내기 Unified diff