Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ColorCodePage"/> class.
 /// </summary>
 public ColorCodePage(DirectoryNode directoryNode)
 {
     InitializeComponent();
     Model = new ColorCodePageViewModel(directoryNode, this);
     //GroupHeaderElement.UpdateHeader(6, ApplicationContext.FolderPathName, ApplicationContext.TotalEndpoint);//Text,
 }
Exemple #2
0
 public ColorCodePage()
 {
     InitializeComponent();
     Model = new ColorCodePageViewModel(this);
 }