我想知道两个定义有什么区别。我在 C# 中有一个类,它在命名空间 CalibrationControls 中调用 AutoAlgorithms,我想知道如何将它作为 XAML 的一部分包含在内。
xmlns:autoAlgo="clr-namespace:CalibrationControls.AutoAlgorithms"
xmlns:autoAlgo="clr-namespace:CalibrationControls.AutoAlgorithms;assembly=CalibrationControls.AutoAlgorithms"