mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-22 01:25:53 +02:00
Rename: RDSFactorWeb -> web, RDSFactor -> server
This commit is contained in:
parent
c3c10e1fd2
commit
eebdaf9551
88 changed files with 12 additions and 11 deletions
16
server/ProjectInstaller.vb
Normal file
16
server/ProjectInstaller.vb
Normal file
|
@ -0,0 +1,16 @@
|
|||
Imports System.ComponentModel
|
||||
Imports System.Configuration.Install
|
||||
|
||||
Public Class ProjectInstaller
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New()
|
||||
|
||||
'This call is required by the Component Designer.
|
||||
InitializeComponent()
|
||||
|
||||
'Add initialization code after the call to InitializeComponent
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
Loading…
Add table
Add a link
Reference in a new issue