Пример #1
0
 public static void SetLowestTapMetric(uint index)
 {
     AssertSuccess(() => PInvoke.SetLowestTapMetric(index));
 }
Пример #2
0
 public static void SetLowestTapMetric(Guid guid)
 {
     AssertSuccess(() => PInvoke.SetLowestTapMetric(ref guid));
 }