Update Akonto bei PADM

This commit is contained in:
2022-10-10 11:35:46 +02:00
parent 69a096a438
commit 8d0d3ffb6d
252 changed files with 2127725 additions and 175536 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Calculate.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.Calculate.CalcQuick">
<summary>
A class that allows you to quickly add calculation support for controls on a form, or usercontrol.
</summary>
</member>
<member name="M:Syncfusion.Calculate.CalcQuick.RegisterControlArray(System.Windows.Forms.Control[])">
<summary>
A Virtual method that registers an array of controls as formula objects in this CalcQuick instance.
</summary>
<param name="controls">The control array.</param>
</member>
<member name="M:Syncfusion.Calculate.CalcQuick.RegisterControl(System.Windows.Forms.Control)">
<summary>
Used to register a control as a calculation object in this CalcQuick instance.
</summary>
<param name="c">The control to register.</param>
<remarks>
To reference this calculation object from another calculation in this CalcQuick
object, you use the Control.Name string. The value of this calculation object is
bound to the Control.Text property.
</remarks>
</member>
</members>
</doc>