Can i add wpf Customcontrol.cs in wpf class library project -
i created cusomcontrol in wpf comes in wpf customcontrol library project . want use in wpf class library .can use resource file , .cs file in in wpf class library .
you have add reference custom control library. wpf class library have reference custom control library. , have add wpf specific dll's (presentationcore.dll, presentationframework.dll,...). add reference, can read the following.
Comments
Post a Comment