コード例 #1
0
 void IAdvertisement.CreateBanner(int x, int y, int width, int height, ADV_SIZE size, string content)
 {
     JoyYouNativeInterface.AdvCreateBanner(x, y, width, height, size, content);
 }