Hello, Please I need help with multithreading async methods. List<Task> tasks = new List<Task>() { images.setupBattery(newTheme.batteryIconStyle, newTheme.accentColor), ...
Hello, Is posible create structure in structure? struct Brick { public int x; public int y; } struct CompositeBrick { int x; ...
Hi, maybe I have stupid question, but JavaScript is not my main programing language. how can I check if the text in the <td>some text</> is correct Something like this: if...
Hi, How can i create property in class, witch can set only in this class, but get will visible in anywhere? Thanks