Develop and Download Open Source Software

Browse Subversion Repository

Contents of /TransparentizeWindow/HiddenForm.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Tue Apr 16 05:19:23 2013 UTC (10 years, 11 months ago) by yuuan
File size: 340 byte(s)
- 設定が変更できないバグを修正
- 著作権表示のリンク先を変更
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
9
10 namespace TransparentizePutty
11 {
12 public partial class HiddenForm : Form
13 {
14 public HiddenForm() {
15 InitializeComponent();
16 }
17 }
18 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26