Exemple #1
0
 static Clipboard()
 {
     gate     = new AsyncGate <ClipboardData>();
     Updated += data => gate.Release(data);
 }