From 25593d1fe8f3c40f470c1b05af01b89e96754622 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Sat, 12 Jul 2014 00:54:05 +0900 Subject: [PATCH] =?utf8?q?=E9=9D=99=E7=9A=84=E3=81=AA=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=90=E3=83=BC=E3=81=AE=E3=81=BF=E3=82=92=E5=90=AB=E3=82=80?= =?utf8?q?=E3=82=AF=E3=83=A9=E3=82=B9=E3=82=92=E9=9D=99=E7=9A=84=E3=82=AF?= =?utf8?q?=E3=83=A9=E3=82=B9=E3=81=AB=E5=A4=89=E6=9B=B4=20(CA1053)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit http://msdn.microsoft.com/ja-jp/library/ms182169.aspx --- OpenTween/ControlTransaction.cs | 2 +- OpenTween/MyCommon.cs | 2 +- OpenTween/MySpecialPath.cs | 2 +- OpenTween/TweetFormatter.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenTween/ControlTransaction.cs b/OpenTween/ControlTransaction.cs index 068201a1..98f289b5 100644 --- a/OpenTween/ControlTransaction.cs +++ b/OpenTween/ControlTransaction.cs @@ -31,7 +31,7 @@ namespace OpenTween /// /// WinformsコントロールのBegin/EndUpdate等のメソッドをusingブロックによって呼び出すためのクラス /// - public class ControlTransaction + public static class ControlTransaction { public static IDisposable Update(ListView control) { diff --git a/OpenTween/MyCommon.cs b/OpenTween/MyCommon.cs index 0e142fa2..7f23ae4e 100644 --- a/OpenTween/MyCommon.cs +++ b/OpenTween/MyCommon.cs @@ -50,7 +50,7 @@ using OpenTween.Api; namespace OpenTween { - public sealed class MyCommon + public static class MyCommon { private static readonly object LockObj = new object(); public static bool _endingFlag; //終了フラグ diff --git a/OpenTween/MySpecialPath.cs b/OpenTween/MySpecialPath.cs index b121faa3..fa2ee497 100644 --- a/OpenTween/MySpecialPath.cs +++ b/OpenTween/MySpecialPath.cs @@ -34,7 +34,7 @@ using System.IO; namespace OpenTween { - public class MySpecialPath + public static class MySpecialPath { //public static string UserAppDataPath //{ diff --git a/OpenTween/TweetFormatter.cs b/OpenTween/TweetFormatter.cs index d181d3e4..e5f3d596 100644 --- a/OpenTween/TweetFormatter.cs +++ b/OpenTween/TweetFormatter.cs @@ -31,7 +31,7 @@ namespace OpenTween /// /// ツイートの Entity 情報をもとにリンク化などを施すクラス /// - public class TweetFormatter + public static class TweetFormatter { public static string AutoLinkHtml(string text, TwitterEntities entities) { -- 2.11.0