This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| namespace MainColorConsole | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* =================== | |
| * WM_COPYDATA example | |
| * =================== | |
| * | |
| * Working example for sending a string between C# handles (Controls/Forms) using WM_COPYDATA. | |
| * | |
| * TODO: | |
| * ----- | |
| * * Add more info | |
| * * Make generic struct copying work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using NodaTime.TimeZones; | |
| using NUnit.Framework; | |
| namespace what_time_is_it | |
| { |