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