Exemplo n.º 1
0
 public static DataType CreateSeparator(string caption)
 {
     DataType ret = new DataType(caption);
     ret.Seperator = true;
     return ret;
 }