Develop and Download Open Source Software

Browse Subversion Repository

Contents of /TransparentizeWindow/Setting.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: 421 byte(s)
- 設定が変更できないバグを修正
- 著作権表示のリンク先を変更
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace TransparentizePutty
7 {
8 public class ApplicationSetting
9 {
10 [System.Xml.Serialization.XmlElement("alpha")]
11 public byte alphaValue = 210;
12 public bool puttysAreTransparent = false;
13 public bool notTransparentPuttySetting = false;
14 public string[] ngwords = new string[] { "sidebar", "Saezuri" };
15 }
16 }

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