C# 클래스 ErlangEditor.Core.ApplicationUtil

파일 보기 프로젝트 열기: xdusongwei/ErlangEditor

공개 메소드들

메소드 설명
AddApplication ( System.Entity aApplication ) : void
DeleteApplication ( string aAppName ) : void
SeparateApplication ( string aAppName ) : void

메소드 상세

AddApplication() 공개 정적인 메소드

public static AddApplication ( System.Entity aApplication ) : void
aApplication System.Entity
리턴 void

DeleteApplication() 공개 정적인 메소드

public static DeleteApplication ( string aAppName ) : void
aAppName string
리턴 void

SeparateApplication() 공개 정적인 메소드

public static SeparateApplication ( string aAppName ) : void
aAppName string
리턴 void