soosterwaal

Results 2 issues of soosterwaal

I want to use a screensaver so that the kiosk goes into screensaving after x minutes, and reactivates on touch. Can anybody help me with achieving this?

I have the following class: ``` public Message { [Key] public long GId; [DatabaseGenerated(DatabaseGeneratedOption.None)] public int Id; } ``` I insert multiple messages with multiple Id's. After SaveChanges() all values...