コード例 #1
0
 public void Initialize()
 {
     userControler    = new User_Controler(this);
     cardControler    = new Card_Controler(this);
     touchControler   = new Touch_Controler(this);
     gestureControler = new Gesture_Controler(this);
     gestureControler.Start();
     sortingBoxControler = new Sorting_Group_Controler(this);
     cloudControler      = new Cloud_Controler(this);
 }
コード例 #2
0
 public Gesture_Controler(MainWindow mainWindow)
 {
     this.mainWindow = mainWindow;
     groupingControler = new Sorting_Group_Controler(this);
 }