C# Class Isop.Gui.CustomerController

Mostrar archivo Open project: Lundalogik/isop

Public Methods

Method Description
Add ( string name ) : string

add a customer

OpenFile ( FileStream file ) : string

open a file

Method Details

Add() public method

add a customer
public Add ( string name ) : string
name string
return string

OpenFile() public method

open a file
public OpenFile ( FileStream file ) : string
file System.IO.FileStream
return string