示例#1
0
 public FrmCmdLine(Configuration.Configuration config)
 {
     InitializeComponent();
     textBox1.Text = config.ToString(true);
 }