コード例 #1
0
 void _createContentHost()
 {
     if (_hostView == null)
     {
         _hostView = new DynamicContentHostView();
         Content   = _hostView;
     }
 }
コード例 #2
0
 void _createContentHost()
 {
     if (_hostView == null)
     {
         _hostView = new DynamicContentHostView();
         Content = _hostView;
     }
 }