예제 #1
0
 public BabatStudioForm()
 {
     InitializeComponent();
     Project   = new ProjectCLS();
     imageList = new ImageList();
     LoadImages();
 }
예제 #2
0
 public void GetData(ProjectCLS _projectCLS)
 {
     Project = _projectCLS;
     LoadTreeView();
 }