slots id
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Casino
|
||||
private void LoadCard()
|
||||
{
|
||||
Database db = new Database();
|
||||
byte[] img = db.GetCardImage(1);
|
||||
byte[] img = db.GetCardImage(1);//2-10
|
||||
|
||||
kartenBild.Source = ByteArrayToImage(img);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user