日期:2014-05-17 浏览次数:20930 次
class BaseControl:UserControl { ... }
class AControl:BaseControl{ ... }
class BControl:BaseControl{ ... }
class CControl:BaseControl{ ... }
<base:ICompanyLevelControl xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk" x:Class="ENPOT.Distribution.Management.View.UcCompanyLevel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:me="clr-namespace:ENPOT.Distribution.Management.Common"
xmlns:base="clr-namespace:ENPOT.Distribution.Management.View"
namespace ENPOT.Distribution.Management.View
{
public partial class UcCompanyLevel : ICompanyLevelControl
{