blob: 1763817f20ed3300ac1bfd098c2977ee446da19a (
plain) (
tree)
|
|
//---------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "ModInstForm.h"
//---------------------------------------------------------------------------
#pragma resource "*.dfm"
TModInstFrm *ModInstFrm;
//---------------------------------------------------------------------------
__fastcall TModInstFrm::TModInstFrm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
|