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