Show
Ignore:
Timestamp:
08/09/10 10:51:45 (22 months ago)
Author:
mszopinski
Message:

calendar, simple display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ssme/trunk/flex/Common/src/com/kh/ssme/connector/BasicQueuedConnector.as

    r4035 r4037  
    208208                        } 
    209209                } 
    210                 //-------------------------------------------------              
     210                //------------------------------------------------- 
     211 
     212        protected function P(name:*, value:*):String{ 
     213            return name+"="+value; 
     214        } 
    211215                 
    212216        }