예제 #1
0
파일: Window.cs 프로젝트: jcoder58/WPFSharp
 public Window Content( Control content )
 {
     W.Content = content.C;
     return this;
 }
예제 #2
0
파일: Button.cs 프로젝트: jcoder58/WPFSharp
 public Button Content( Control content )
 {
     B.Content = content.C;
     return this;
 }