//-------------------------------------
// WBFSSync - WBFSSync.exe
//
// Copyright 2009 Caian (mga Frst) <frost.omega@hotmail.com> :
//
// WBFSSync is Licensed under the terms of the Microsoft Reciprocal License (Ms-RL)
//
// FormUpdateCreator.cs:
//
// Janela do criador de atualizaes
//
//-------------------------------------
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DevConsole{
public partial class FormUpdateCreator : Form
{
public FormUpdateCreator()
{
InitializeComponent();
}
}
}
|