Beispiel #1
0
 public void LoadPattern(string path)
 {
     this.Rubik = Rubik.FromPattern(Pattern.FromXml(path));
 }