Exemple #1
0
 public static void Init(IWorkSpaceEventHandler WSEH)
 {
     mWorkSpace = new WorkSpace();
     mWorkSpace.EventHandler = WSEH;
 }