Example #1
0
        public void DatasPar(ref List <DataType.ValDataType.Datas> datasTableLs)
        {
            DataType.ValDataType.Datas datasTable = new DataType.ValDataType.Datas();

            datasTable.tableName = "Datas";

            datasTableLs.Add(datasTable);
        }
Example #2
0
 public void TypesParPjx(ref DataType.ValDataType.Datas typesTablePjx)
 {
     typesTablePjx.tableName = "Types";
 }
Example #3
0
 public void LibrariesParPjx(ref DataType.ValDataType.Datas librariesTablePjx)
 {
     librariesTablePjx.tableName = "Libraries";
 }
Example #4
0
 public void DatabaseParPjx(ref DataType.ValDataType.Datas databaseTablePjx)
 {
     databaseTablePjx.tableName = "Database";
 }
Example #5
0
 public void ProgramsParPjx(ref DataType.ValDataType.Datas programsTablePjx)
 {
     programsTablePjx.tableName = "Programs";
 }