Found 8 packages
Create KeyValue ListBox and ComboBox
Helper classes for GDI+ Colors and KeyValueControls
Create compatible Items form ListBox and ComboBox
This package includes .NET Standard code helpers such as: Extensions: - GraphExtensions: Helpers for common tasks related to the Microsoft Graph in context of the available controls and helpers. - ProviderExtensions: Extension on IProvider for accessing a pre-configured GraphServiceClient instance. Helpers: - OneDriveStorageHelper: A helper for interacting with data stored via files and folders in OneDrive. - UserExtensionStorageHelper: A helper for interacting with open extensions on the Graph User to store data in key/value pairs.
This software provides various file controls to speed up software development. (1)File control (2)Log control (3)Timestamp (4)Message UI: SnackBar (1)File control Ex1:Direct the Debug.WriteLine stream to file. Easily call CreateDebug() and CloseDebug() when app exit. Ex2:.Create the log and write,first time call CreateLog("file_name") for create file, then call addLog("text") (3)timestamp Ex1:Get time tick from unix time by call CodeTime.GetTickMs() Ex2:Get program running time. Call CodeTime.SetTime1() at program line A, call CodeTime.GetTimeDiff() at program line B. CodeTime.GetTimeDiff() return the running time from A to B. if you want to get the string time tick use GetTimeDiffStr() instead. (4)Open exe file and run it. (5)Create xx.ini and save app setting. ini.Write("section_name","key","value") in your code.