예제 #1
0
 public TabItem(string Header, string picturePath, string path, TabBaseVM content) : this(Header, picturePath, path)
 {
     this.Content = content;
 }