|
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
|
|
using System;
|
|
namespace Microsoft.Singularity
|
|
{
|
|
public class Process
|
|
{
|
|
public static Process[]! processTable;
|
|
}
|
|
}
|