Example #1
0
        public static StationAppConfigSr CreateFromDataRow(DataRow dr)
        {
            StationAppConfigSr sac = new StationAppConfigSr();

            sac.FillFromDataRow(dr);

            return(sac);
        }