changeset 67 | 6e50baf5a811 |
parent 65 | 464486b81635 |
child 72 | fd0bb39a7818 |
1.1 --- a/Server/Session.cs Mon Oct 13 19:24:30 2014 +0200 1.2 +++ b/Server/Session.cs Mon Oct 13 20:05:48 2014 +0200 1.3 @@ -71,6 +71,11 @@ 1.4 SharpDisplayManager.Program.iMainForm.SetClientTextThreadSafe(SessionId, aTextField); 1.5 } 1.6 1.7 + // 1.8 + public void SetBitmap(BitmapField aBitmapField) 1.9 + { 1.10 + SharpDisplayManager.Program.iMainForm.SetClientBitmapThreadSafe(SessionId, aBitmapField); 1.11 + } 1.12 1.13 /// 1.14 public int ClientCount()