13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
|
||
|
using System;
|
||
|
using System.Windows.Forms;
|
||
|
|
||
|
public class SingSharpForm : Form{
|
||
|
static void Main(){
|
||
|
}
|
||
|
}
|