1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/Pics/Client_Classes.dot
Merlijn Wajer 7d7d4c6446 More doc.
2010-04-14 00:23:34 +02:00

18 lines
234 B
Plaintext

digraph Client {
Client [shape=box]
Client -> IOManager
Client -> Finder
Client -> Bitmaps
Client -> Files
Client -> OCR
Client -> DTM
Finder -> IOManager
Finder -> Bitmaps
Finder -> DTM
OCR -> IOManager
}