Silverlight

실버라이트에서 디자인타임 확인하기

metalzone 2010. 8. 18. 16:27
if (DesignerProperties.GetIsInDesignMode(Application.Current.RootVisual))
    return;