⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 documentation.xml

📁 应用于C#中的参照功能
💻 XML
📖 第 1 页 / 共 2 页
字号:
        </member>
        <member name="M:WATestPGB.NumberPickerInput.button0_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the 0 button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonDecimalSeparator_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the decimal separator button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonPlusMinus_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the minus button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonClear_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the clear button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonBackspace_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the backspace button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonEquals_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the equals button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonDivide_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the divide button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonTimes_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the times button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonMinus_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the minus button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.buttonPlus_Click(System.Object,System.EventArgs)">
            <summary>
            Method to be performed when clicking the plus button
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="e">The arguments which have been given</param>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.Calculate">
            <summary>
            Method which is used for calculating the result of the function which has been pressed 
            with the temporary argument together with the last argument entered
            </summary>
        </member>
        <member name="M:WATestPGB.NumberPickerInput.AddCharacter(System.Char)">
            <summary>
            Method that is used for adding a particular character to the textbox but first
            checking if the textbox does not need to be cleared first
            </summary>
            <param name="c">The new character to add</param>
        </member>
        <member name="T:WATestPGB.NumberPickerInput.Function">
            <summary>
            A delegate for an arithmetic function taking two double arguments
            </summary>
        </member>
        <member name="F:WATestPGB.ReferenceFrm.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:WATestPGB.ReferenceFrm.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:WATestPGB.ReferenceFrm.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:WATestPGB.Utilities">
            <summary>
            This class provides some basic functionality needed in the controls
            </summary>
        </member>
        <member name="M:WATestPGB.Utilities.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:WATestPGB.Utilities.Add(System.Double,System.Double)">
            <summary>
            Add method (standard mathematical operation, used in NumberPicker)
            </summary>
            <param name="x">First parameter</param>
            <param name="y">Second parameter</param>
            <returns>The result of adding the first parameter to the second one</returns>
        </member>
        <member name="M:WATestPGB.Utilities.Substract(System.Double,System.Double)">
            <summary>
            Substract method (standard mathematical operation, used in 
            NumberPicker)
            </summary>
            <param name="x">First parameter</param>
            <param name="y">Second parameter</param>
            <returns>The result of substracting the second parameter from the first one</returns>
        </member>
        <member name="M:WATestPGB.Utilities.Divide(System.Double,System.Double)">
            <summary>
            Divide method (standard mathematical operation, used in
            NumberPicker)
            </summary>
            <param name="x">First parameter</param>
            <param name="y">Second parameter</param>
            <returns>The result of dividing the first parameter by the second one</returns>
        </member>
        <member name="M:WATestPGB.Utilities.Multiply(System.Double,System.Double)">
            <summary>
            Multiply method (standard mathematical operation, used in
            NumberPicker)
            </summary>
            <param name="x">First parameter</param>
            <param name="y">Second parameter</param>
            <returns>The result of multiplying the first parameter to the second one</returns>
        </member>
        <member name="T:WATestPGB.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:WATestPGB.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:WATestPGB.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
    </members>
</doc>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -