Exercise 4: Design Form of AutoCount Accounting 1.8: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{NavigateDeveloper|collapsed}}
__NOTOC__
Objectives: Design Form of AutoCount Accounting 1.8
Line 10 ⟶ 9:
:* Name this project as "Tutorial.PRG201"
:* Add References of AutoCount Accounting
<syntaxhighlight lang="csharp" line highlight="6,7">
BCE.AutoCount.dll
BCE.AutoCount.CommandAccounting.dll
Line 20 ⟶ 19:
</syntaxhighlight>
:* Add References of {{DevExpress}} WinForms.
<syntaxhighlight lang="csharp" line>
DevExpress.Data.v13.1.dll
DevExpress.Design.v13.1.dll
Line 92 ⟶ 91:
[[Category:Plug-In]]
[[Category:Programmer Exercise]]
{{NavigateDeveloper|collapsed}}