예제 #1
0
        public static FAButton FAButton(this FA fa, UIColor color, float size)
        {
            var button = new FAButton(fa, color, size);

            return(button);
        }
예제 #2
0
 public static FAButton FAButton(this FA fa, UIColor color, float size)
 {
     var button = new FAButton (fa, color, size);
     return button;
 }