コード例 #1
0
 public int CreateBoard(int brdi, string name, string symbol, int position, int before, double refx, double refy,
                        double refscale)
 {
     return(ComObject.CreateBoard(brdi, name, symbol, position, before, refx, refy, refscale));
 }