//Wind接口启动函数 public int start(string option1 = "", string option2 = "", int timeout = 5000) { return(wdc.start_csharp(option1, option2, timeout)); }