资 源 简 介
This program provides a simplified command line wrapper for C# executables, providing a clean and consistent command-line interface plus a straightforward Windows GUI (WinForms) interface.
Simply add one file into your project, and your user interface work is done. You can focus instead on just writing your code and logic, and keep the interface out of the way.
Usage
To use CommandWrapLib, add the single file CommandWrapLib.cs to your program. The file contains a new main() function - this replaces the one contained in your application. You can then designate any number of functions with the [Wrap] attribute; they will all be offered for execution via the command line with a clean, well-formatted interface.
```
[Wrap]
public static void Method1(DateTime startperiod, int count, string recipient