Ejemplo n.º 1
0
 public IdInfoTablePaneContentViewModel(CategoryTreePaneViewModel file)
 {
     m_file = file;
 }
Ejemplo n.º 2
0
 public IdInfoTablePane2ViewModel(CategoryTreePaneViewModel file)
     : base("ID詳細情報")
 {
     m_content = new IdInfoTablePaneContentViewModel(file);
 }