Exemplo n.º 1
0
 internal CompositionObject()
 {
     ApiInformation.TryRaiseNotImplemented(GetType().FullName, "The compositor constructor is not available, as the type is not implemented");
     Compositor = new Compositor();
 }
Exemplo n.º 2
0
 public void Complete()
 {
     ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.SuspendingDeferral", "Complete");
 }