示例#1
0
 public ViewModelBinding([NotNull] string path)
 {
     Converter = new ViewModelConverter();
     Path      = new PropertyPath(path);
 }