コード例 #1
0
ファイル: IntEditor.xaml.cs プロジェクト: mario007/renmas
 public void set_target(PyWrapper.IntProperty target)
 {
     this.target = target;
     build_widgets();
 }
コード例 #2
0
 public void set_target(PyWrapper.IntProperty target)
 {
     this.target = target;
     build_widgets();
 }