Esempio n. 1
0
 static void LeftButton()
 {
     thisArg.window.update = thisArg.Copy(true);
 }
Esempio n. 2
0
 static void LeftButton()
 {
     thisArg.Copy(true);
     thisArg.window.update = thisArg.BubbleRefresh();
 }