InsertTab() private method

private InsertTab ( int index, TabPage value ) : void
index int
value TabPage
return void
Beispiel #1
0
 public void Insert(int index, string text)
 {
     owner.InsertTab(index, new TabPage(text));
 }