Show
Ignore:
Timestamp:
01/27/08 18:44:24 (11 months ago)
Author:
tomoyo
Message:

アップデート時に他のチャンネルにも送信するモードを追加。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TwitterIrcGateway/TwitterIrcGateway/Settings.Designer.cs

    r358 r364  
    191191            } 
    192192        } 
     193         
     194        [global::System.Configuration.UserScopedSettingAttribute()] 
     195        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     196        [global::System.Configuration.DefaultSettingValueAttribute("False")] 
     197        public bool BroadcastUpdate { 
     198            get { 
     199                return ((bool)(this["BroadcastUpdate"])); 
     200            } 
     201            set { 
     202                this["BroadcastUpdate"] = value; 
     203            } 
     204        } 
     205         
     206        [global::System.Configuration.UserScopedSettingAttribute()] 
     207        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     208        [global::System.Configuration.DefaultSettingValueAttribute("False")] 
     209        public bool DisableUserList { 
     210            get { 
     211                return ((bool)(this["DisableUserList"])); 
     212            } 
     213            set { 
     214                this["DisableUserList"] = value; 
     215            } 
     216        } 
    193217    } 
    194218}