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