Exemple #1
0
 public SwitchTypeAction(ChatTab tab, int index, string caption)
 {
     this.tab     = tab;
     this.index   = index;
     base.Caption = caption;
 }
Exemple #2
0
 public SwitchChatTabAction(ChatTab tab)
 {
     this.tab     = tab;
     base.Caption = "Switch " + tab.Name;
 }