Beispiel #1
0
 public bool IsRootedDirectoryPath(string path)
 {
     return(FormInit.IsRootedDirectoryPath(path));
 }
Beispiel #2
0
 public TestAccessor(FormInit form)
 {
     _form = form;
 }