Beispiel #1
0
 private void AddDependency()
 {
     DependenciesPathes.Add(new ReactiveProperty <string>("C:/Hoge.pwproj"));
 }
Beispiel #2
0
 private void RemoveDependency(int i)
 {
     DependenciesPathes.RemoveAt(i);
 }