예제 #1
0
파일: Button.cs 프로젝트: zmidl/WpfBlackUI
 public static void GetIsLoading(this System.Windows.Controls.Button button) => FanucButton.GetIsLoading(button);
예제 #2
0
파일: Button.cs 프로젝트: zmidl/WpfBlackUI
 public static void SetIsLoading(this System.Windows.Controls.Button button, bool isloading) => FanucButton.SetIsLoading(button, isloading);