singrdk/base/build/Templates/Projects/Form.sg

14 lines
349 B
Plaintext

// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
using System;
using System.Windows.Forms;
public class SingSharpForm : Form{
static void Main(){
}
}