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