PeerCastStation.GUI.YellowPagesEditDialog.YellowPageFactoryItem.YellowPageFactoryItem C# (CSharp) Метод

YellowPageFactoryItem() публичный Метод

public YellowPageFactoryItem ( IYellowPageClientFactory factory ) : System
factory IYellowPageClientFactory
Результат System
      public YellowPageFactoryItem(IYellowPageClientFactory factory)
      {
        this.Factory = factory;
      }
      public override string ToString()
YellowPagesEditDialog.YellowPageFactoryItem