Status | ID | Priority | Type |
Closed | 39458 | Major | Question |
Profile | Reply |
PhionaClient | How do you store workplace models in the database? |
User | Description | Posted On |
MariyaVoytovichAgent | Hello! I apologize for the delayed response. This is the answer to your first question: void application_SetupComplete(object sender, EventArgs e) { if (WorkplaceManager.Instance != null) { WorkplaceManager.Instance.CreateCustomWorkplaceStorage+= WorkplaceManager_CreateCustomWorkplaceStorage } } private void WorkplaceManager_CreateCustomWorkplaceStorage(object sender, CustomWorkplaceStorageEventArgs e) { e.Storage = new CustomStorage(); } I did not understand the next questions: Feel free to contact us if you have any questions. Regards, | |
MariyaVoytovichAgent | Xafari Client Services is dedicated for helping Xafari customers only. Feel free to contact us if you have any questions. Regards, |