public void addToWatchedSets(string oid_str, string table_name, string table_db_path)
 {
     w_set add_set = new w_set();
     add_set.OID_STR = oid_str;
     add_set.TABLE_NAME = table_name;
     add_set.TABLE_DB_PATH = table_db_path;
     all_set.Add(add_set);
 }
        public void addToWatchedSets(string oid_str, string table_name, string table_db_path)
        {
            w_set add_set = new w_set();

            add_set.OID_STR       = oid_str;
            add_set.TABLE_NAME    = table_name;
            add_set.TABLE_DB_PATH = table_db_path;
            all_set.Add(add_set);
        }