コード例 #1
0
     public DictionaryDrivenDataStore(String tableName)
     {
         this.tableName = tableName;
 #if WITHRT
         eventHandler = EventHandlerFactory.Of(tableName);
 #endif
     }