Example #1
0
 // non mutable
 private static void store(IDBWebData idb, WebClientData webClientData)
 {
     idb.store(webClientData);
 }
Example #2
0
        // non mutable
        //private static void draw(ID3Painter painter, D3Shape shape)
        //{
        //    painter.Paint3DShape(shape);
        //}

        private static void StoreClient(IDBWebData dBWebDataadapter, WebClientData webClientData)
        {
            dBWebDataadapter.Store(webClientData);
        }
Example #3
0
 // non mutable
 private static void storeClient(IDBWebData dBWebData, WebClinetData webClinetData)
 {
     dBWebData.Store(webClinetData);
 }
Example #4
0
 // non mutable
 private static void storeClient(IDBWebData webData, WebClientData webClientData)
 {
     webData.store(webClientData);
 }
Example #5
0
 static void StoreClient(IDBWebData d, WebClientData c)
 {
     d.Store(c);
 }
Example #6
0
 // non mutable
 private static void draw(IDBWebData dbwebdata, WebClientData webcd)
 {
     dbwebdata.Store(webcd);
 }
Example #7
0
 // non mutable
 private static void storeData(IDBWebData webData, WebClientData wcd)
 {
     webData.Store(wcd);
 }