예제 #1
0
파일: default.py 프로젝트: java-tools/jrec
 def start_application(self):
     args = []
     RunProtoBufferEditor.main(args)
예제 #2
0
 def start_application(self):
     '''Starts the application. The arguments can be changed by modifying the args array'''
     args = []
     RunProtoBufferEditor.main(args)
예제 #3
0
	def start_application(self):
		args = []
		RunProtoBufferEditor.main(args)
예제 #4
0
 def start_application(self):
     '''Starts the application. The arguments can be changed by modifying the args array'''
     args = []
     RunProtoBufferEditor.main(args)