コード例 #1
0
 public void Handle(MessageSkinChanged message)
 {
     try
     {
         this.SetColor("ColorSkin", message.Skin.ColorSkin);
     }
     catch (Exception)
     {
     }
 }
コード例 #2
0
 public void Handle(MessageSkinChanged message)
 {
     try
     {
         this.SetColor("ColorSkin", message.Skin.ColorSkin);
     }
     catch (Exception)
     {
     }
 }