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